#B86F76

Color #B86F76 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B86F76

Tints of Turkish Rose #B86F76

Color information

#B86F76 (or 0xB86F76) is unknown color: approx Turkish Rose. HEX triplet: B8, 6F and 76. RGB value is (184,111,118). Sum of RGB (Red+Green+Blue) = 184+111+118=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F76 is #479089. Grayscale: #858585. Windows color (decimal): -4690058 or 7761848. OLE color: 7761848.

HSL color Cylindrical-coordinate representation of color #B86F76: hue angle of 354.25º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86F76 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB184111118-
CMYK00.400.360.28
HSL354.25º33.95%57.84%-
HSV(B)354.25º39.67%72.16%-
XYZ28.7222.8720.04-
YUV133.62119.18163.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=44.55%
G=26.88%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411111800.400.360.28354.2533.9557.84
HexB86F76028241C162223a
Octal27015716605044345424272
Binary1011100011011111110110010100010010011100101100010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86F76; }

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

 H1.HeaderClassName
 {
   color: #B86F76;
 }
 .AnyTagClassName
 {
   color: #B86F76;
 }
</style>
background-color css

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

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

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

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

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

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