#B86F77

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

Shades of Turkish Rose #B86F77

Tints of Turkish Rose #B86F77

Color information

#B86F77 (or 0xB86F77) is unknown color: approx Turkish Rose. HEX triplet: B8, 6F and 77. RGB value is (184,111,119). Sum of RGB (Red+Green+Blue) = 184+111+119=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F77 is #479088. Grayscale: #858585. Windows color (decimal): -4690057 or 7827384. OLE color: 7827384.

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

Color convert

RGB184111119-
CMYK00.400.350.28
HSL353.42º33.95%57.84%-
HSV(B)353.42º39.67%72.16%-
XYZ28.7822.8920.35-
YUV133.74119.68163.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=44.44%
G=26.81%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411111900.400.350.28353.4233.9557.84
HexB86F77028231C161223a
Octal27015716705043345414272
Binary1011100011011111110111010100010001111100101100001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86F77; }

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

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

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

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

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

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

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

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