COLOR #B75C62

HEX: #B75C62
RGB: (183,92,98)

Color info

#B75C62 contains mainly red color. Web safe color of #B75C62 is #CC6666 (or #C66).

RGB color model

#B75C62 color RGB value is (183,92,98).

  • red value is 183;
  • green value is 92;
  • blue value is 98.
RGB:
(183,92,98)
(72%,36%,38%)

RGB channels and saturation

R 183 of 255 = 72%
G 92 of 255 = 36%
B 98 of 255 = 38%

183
92
98

R + G + B ~ 49%. #B75C62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 92 + 98 = 373 (100%)
R 183 of 373 ~ 49.06%
G 92 of 373 ~ 24.66%
B 98 of 373 ~ 26.27%

%49.06
%24.66
%26.27

CMYK color model

#B75C62 color CMYK value is (0,50,46,28).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 46.45%
  • key color value is 28.24%
CMYK:
(0,50,46,28)
C0M50Y46K28 
(0%,50%,46%,28%)
(0.00/0.50/0.46/0.28)	

CMYK percentages

%0
%49.73
%46.45
%28.24

Codes

Color #B75C62 in popluar color models

B75C62
RGB1839298
HSL356°38.72%53.92%
HSB/HSV356°49.73%71.76%
CMYK0.00%49.73%46.45%
28.24%

Color #B75C62 in popluar number systems.

HEXB75C62
Decimal1839298
Binary1011011110111001100010
Octal267134142

Shades and tints

Shades of #B75C62

#B75C62
(183,92,98)
#A7545A
(167,84,90)
#974C52
(151,76,82)
#87444A
(135,68,74)
#773C42
(119,60,66)
#67343A
(103,52,58)
#572C32
(87,44,50)
#47242A
(71,36,42)
#371C22
(55,28,34)
#27141A
(39,20,26)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #B75C62

#B75C62
(183,92,98)
#BD6A70
(189,106,112)
#C3787E
(195,120,126)
#C9868C
(201,134,140)
#CF949A
(207,148,154)
#D5A2A8
(213,162,168)
#DBB0B6
(219,176,182)
#E1BEC4
(225,190,196)
#E7CCD2
(231,204,210)
#EDDAE0
(237,218,224)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75C62 color. Also use rgb(183,92,98) instead hex code.

Text Font Color

.myTextColor { color: #B75C62; }

<p style="color:#B75C62">This sample text font color is #B75C62.</p>

This text font color is #B75C62.


Background Color

.myBgColor { background-color: #B75C62; }

<div style="background-color:#B75C62">Inner text</div>

This div background color is #B75C62.


Border color

.myBorderColor { border: 1px solid #B75C62; }

<div style="border:3px solid #B75C62">Div</div>

This div border color is #B75C62.


Opacity

.myOpacity80 { color: #B75C62; opacity: 0.8; }

<p style="color:#B75C62;opacity:0.8;">80%</p>

Text with #B75C62 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B75C62;}

<p style="text-shadow: 3px 3px 1px #B75C62">Text here.</p>

This text has shadow with #B75C62 color.

.textShadow {text-shadow: 3px 3px 1px #B75C62, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B75C62, 5px 5px 20px red">Text here.</p>

This text has shadow with #B75C62 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B75C62, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B75C62, Direction=45, Strength=4)">Text</p>

This text has shadow with #B75C62 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B75C62;
  -webkit-box-shadow:	1px 1px 3px 2px #B75C62;
  box-shadow:		1px 1px 3px 2px #B75C62;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B75C62;
-webkit-box-shadow: 1px 1px 3px 2px #B75C62;
box-shadow:1px 1px 3px 2px #B75C62;">
Div content here</div>
This div box has shadow with color #B75C62.

Preview

Color preview on black background

This text has color #B75C62 on black background.


Color preview on white background

This text has color #B75C62 on white background.



Black color preview on #B75C62 background

This text has black color on #B75C62 background.


White color preview on #B75C62 background

This text has white color on #B75C62 background.