Html Css Color HEX #B87376 Turkish Rose

📋 copy color: '#B87376'

red 184 ◦ green 115 ◦ blue 118

#B87376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #B87376

Tints of Turkish Rose #B87376

RGB

 RED value IS 184 (72.27% from 255) = 44.12%

 GREEN value IS 115 (45.31% from 255) = 27.58%

 BLUE value IS 118 (46.48% from 255) = 28.3%

R = 44.12%
G = 27.58%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B87376 (or 0xB87376) is known color: Turkish Rose. HEX triplet: B8, 73 and 76. RGB value is (184,115,118). Sum of RGB (Red+Green+Blue) = 184+115+118=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87376 is #478C89. Grayscale: #888888. Windows color (decimal): -4689034 or 7762872. OLE color: 7762872.

HSL color Cylindrical-coordinate representation of color #B87376: hue angle of 357.39º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87376 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 115 118 -
CMYK 0 0.38 0.36 0.28
HSL 357.39º 0.33% 0.59% -
HSV(B) 357.39º 0.38% 0.72% -
XYZ 29.17 23.76 20.19 -
YUV 135.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 184 115 118 0 0.38 0.36 0.28 357.39 0.33 0.59
Hex B8 73 76 0 26 24 1C 165 21 3B
Octal 270 163 166 0 46 44 34 545 41 73
Binary 10111000 1110011 1110110 0 100110 100100 11100 101100101 100001 111011

Color Harmonies of #B87376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87376

Black with #B87376

Text Example


Text Example

White with #B87376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87376; }

 p { color: rgb(184,115,118); }

 H1.HeaderClassName
 {
   color: #B87376;
 }
 .AnyTagClassName
 {
   color: #B87376;
 }
</style>

background-color css

<style>
 a { background-color: #B87376; }

 a { background-color: rgb(184,115,118); }

 div.DivClassName
 {
   background-color: #B87376;
 }
 .BgClassName
 {
   background-color: #B87376;
 }
</style>

border-color css

<style>
 span { border-color: #B87376; }

 span { border-color: rgb(184,115,118); }

 td.TdClassName
 {
   border-color: #B87376;
 }
 .TagClassName
 {
   border-color: #B87376;
 }
</style>