#B86E76

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

Shades of Turkish Rose #B86E76

Tints of Turkish Rose #B86E76

Color information

#B86E76 (or 0xB86E76) is unknown color: approx Turkish Rose. HEX triplet: B8, 6E and 76. RGB value is (184,110,118). Sum of RGB (Red+Green+Blue) = 184+110+118=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86E76 is #479189. Grayscale: #858585. Windows color (decimal): -4690314 or 7761592. OLE color: 7761592.

HSL color Cylindrical-coordinate representation of color #B86E76: hue angle of 353.51º 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 #B86E76 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB184110118-
CMYK00.400.360.28
HSL353.51º34.26%57.65%-
HSV(B)353.51º40.22%72.16%-
XYZ28.6122.6520-
YUV133.04119.52164.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=44.66%
G=26.70%
B=28.64%

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
Decimal18411011800.400.360.28353.5134.2657.65
HexB86E76028241C162223a
Octal27015616605044345424272
Binary1011100011011101110110010100010010011100101100010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86E76; }

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

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

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

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

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

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

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

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