COLOR #B75B58

HEX: #B75B58
RGB: (183,91,88)

Color info

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

RGB color model

#B75B58 color RGB value is (183,91,88).

  • red value is 183;
  • green value is 91;
  • blue value is 88.
RGB:
(183,91,88)
(72%,36%,35%)

RGB channels and saturation

R 183 of 255 = 72%
G 91 of 255 = 36%
B 88 of 255 = 35%

183
91
88

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

Portions of RGB colors in percentages

R + G + B =
183 + 91 + 88 = 362 (100%)
R 183 of 362 ~ 50.55%
G 91 of 362 ~ 25.14%
B 88 of 362 ~ 24.31%

%50.55
%25.14
%24.31

CMYK color model

#B75B58 color CMYK value is (0,50,52,28).

  • cyan value is 0.00%
  • magenta value is 50.27%
  • yellow value is 51.91%
  • key color value is 28.24%
CMYK:
(0,50,52,28)
C0M50Y52K28 
(0%,50%,52%,28%)
(0.00/0.50/0.52/0.28)	

CMYK percentages

%0
%50.27
%51.91
%28.24

Codes

Color #B75B58 in popluar color models

B75B58
RGB1839188
HSL39.75%53.14%
HSB/HSV51.91%71.76%
CMYK0.00%50.27%51.91%
28.24%

Color #B75B58 in popluar number systems.

HEXB75B58
Decimal1839188
Binary1011011110110111011000
Octal267133130

Shades and tints

Shades of #B75B58

#B75B58
(183,91,88)
#A75350
(167,83,80)
#974B48
(151,75,72)
#874340
(135,67,64)
#773B38
(119,59,56)
#673330
(103,51,48)
#572B28
(87,43,40)
#472320
(71,35,32)
#371B18
(55,27,24)
#271310
(39,19,16)
#170B08
(23,11,8)
#000000
(0,0,0)

Tints of #B75B58

#B75B58
(183,91,88)
#BD6967
(189,105,103)
#C37776
(195,119,118)
#C98585
(201,133,133)
#CF9394
(207,147,148)
#D5A1A3
(213,161,163)
#DBAFB2
(219,175,178)
#E1BDC1
(225,189,193)
#E7CBD0
(231,203,208)
#EDD9DF
(237,217,223)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75B58 color. Also use rgb(183,91,88) instead hex code.

Text Font Color

.myTextColor { color: #B75B58; }

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

This text font color is #B75B58.


Background Color

.myBgColor { background-color: #B75B58; }

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

This div background color is #B75B58.


Border color

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

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

This div border color is #B75B58.


Opacity

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

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

Text with #B75B58 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 #B75B58;}

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

This text has shadow with #B75B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B75B58 on black background.


Color preview on white background

This text has color #B75B58 on white background.



Black color preview on #B75B58 background

This text has black color on #B75B58 background.


White color preview on #B75B58 background

This text has white color on #B75B58 background.