COLOR #B75C6C

HEX: #B75C6C RGB: (183,92,108)

Color info

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

RGB color model

#B75C6C color RGB value is (183,92,108).

RGB: (183,92,108) (72%, 36%, 42%)

RGB channels and saturation

R 183 of 255 = 72%
G 92 of 255 = 36%
B 108 of 255 = 42%

183
92
108

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

Portions of RGB colors in percentages

R + G + B = 183 + 92 + 108 = 383 (100%)
R 183 of 383 ~ 47.78%
G 92 of 383 ~ 24.02%
B 108 of 383 ~ 28.2'%

%47.78
%24.02
%28.2

CMYK color model

#B75C6C color CMYK value is (0,50,41,28).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 40.98%
  • key color value is 28.24%

CMYK: (0,50,41,28)
C0M50Y41K28 (0%, 50%, 41%, 28%)
(0.00 / 0.50 / 0.41 / 0.28)

CMYK percentages

%0
%49.73
%40.98
%28.24

Codes

Color #B75C6C in popluar color models

B7 5C 6C
RGB 183 92 108
HSL 349° 38.72% 53.92%
HSB/HSV 349° 49.73% 71.76%
CMYK 0.00% 49.73% 40.98%
28.24%

Color #B75C6C in popluar number systems.

HEX B7 5C 6C
Decimal 183 92 108
Binary 10110111 1011100 1101100
Octal 267 134 154

Shades and tints

Shades of #B75C6C

#B75C6C
(183,92,108)
#A75463
(167,84,99)
#974C5A
(151,76,90)
#874451
(135,68,81)
#773C48
(119,60,72)
#67343F
(103,52,63)
#572C36
(87,44,54)
#47242D
(71,36,45)
#371C24
(55,28,36)
#27141B
(39,20,27)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #B75C6C

#B75C6C
(183,92,108)
#BD6A79
(189,106,121)
#C37886
(195,120,134)
#C98693
(201,134,147)
#CF94A0
(207,148,160)
#D5A2AD
(213,162,173)
#DBB0BA
(219,176,186)
#E1BEC7
(225,190,199)
#E7CCD4
(231,204,212)
#EDDAE1
(237,218,225)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B75C6C; }

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

This text font color is #B75C6C.

Background Color

.myBgColor { background-color: #B75C6C; }

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

This div background color is #B75C6C.

Border color

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

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

This div border color is #B75C6C.

Opacity

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

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

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

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

This text has shadow with #B75C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B75C6C.

Preview

Color preview on black background

This text has color #B75C6C on black background.


Color preview on white background

This text has color #B75C6C on white background.


Black color preview on #B75C6C background

This text has black color on #B75C6C background.


White color preview on #B75C6C background

This text has white color on #B75C6C background.


Related colors

Complementary color

Complementary color for #hex is #48A393.


I love getcolorcode.com

Triadic colors

1 #6CB75C and #5C6CB7 with #B75C6C are triadic colors.

2 #6C5CB7 and #5CB76C with #B75C6C are triadic colors.