COLOR #B75E6A

HEX: #B75E6A RGB: (183,94,106)

Color info

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

RGB color model

#B75E6A color RGB value is (183,94,106).

RGB: (183,94,106) (72%, 37%, 42%)

RGB channels and saturation

R 183 of 255 = 72%
G 94 of 255 = 37%
B 106 of 255 = 42%

183
94
106

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

Portions of RGB colors in percentages

R + G + B = 183 + 94 + 106 = 383 (100%)
R 183 of 383 ~ 47.78%
G 94 of 383 ~ 24.54%
B 106 of 383 ~ 27.68'%

%47.78
%24.54
%27.68

CMYK color model

#B75E6A color CMYK value is (0,49,42,28).

  • cyan value is 0.00%
  • magenta value is 48.63%
  • yellow value is 42.08%
  • key color value is 28.24%

CMYK: (0,49,42,28)
C0M49Y42K28 (0%, 49%, 42%, 28%)
(0.00 / 0.49 / 0.42 / 0.28)

CMYK percentages

%0
%48.63
%42.08
%28.24

Codes

Color #B75E6A in popluar color models

B7 5E 6A
RGB 183 94 106
HSL 352° 38.20% 54.31%
HSB/HSV 352° 48.63% 71.76%
CMYK 0.00% 48.63% 42.08%
28.24%

Color #B75E6A in popluar number systems.

HEX B7 5E 6A
Decimal 183 94 106
Binary 10110111 1011110 1101010
Octal 267 136 152

Shades and tints

Shades of #B75E6A

#B75E6A
(183,94,106)
#A75661
(167,86,97)
#974E58
(151,78,88)
#87464F
(135,70,79)
#773E46
(119,62,70)
#67363D
(103,54,61)
#572E34
(87,46,52)
#47262B
(71,38,43)
#371E22
(55,30,34)
#271619
(39,22,25)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #B75E6A

#B75E6A
(183,94,106)
#BD6C77
(189,108,119)
#C37A84
(195,122,132)
#C98891
(201,136,145)
#CF969E
(207,150,158)
#D5A4AB
(213,164,171)
#DBB2B8
(219,178,184)
#E1C0C5
(225,192,197)
#E7CED2
(231,206,210)
#EDDCDF
(237,220,223)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75E6A color. Also use rgb(183,94,106) instead hex code.

Text Font Color

.myTextColor { color: #B75E6A; }

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

This text font color is #B75E6A.

Background Color

.myBgColor { background-color: #B75E6A; }

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

This div background color is #B75E6A.

Border color

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

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

This div border color is #B75E6A.

Opacity

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

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

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

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

This text has shadow with #B75E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B75E6A.

Preview

Color preview on black background

This text has color #B75E6A on black background.


Color preview on white background

This text has color #B75E6A on white background.


Black color preview on #B75E6A background

This text has black color on #B75E6A background.


White color preview on #B75E6A background

This text has white color on #B75E6A background.


Related colors

Complementary color

Complementary color for #hex is #48A195.


I love getcolorcode.com

Triadic colors

1 #6AB75E and #5E6AB7 with #B75E6A are triadic colors.

2 #6A5EB7 and #5EB76A with #B75E6A are triadic colors.