#B86B6C

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

Shades of Turkish Rose #B86B6C

Tints of Turkish Rose #B86B6C

Color information

#B86B6C (or 0xB86B6C) is unknown color: approx Turkish Rose. HEX triplet: B8, 6B and 6C. RGB value is (184,107,108). Sum of RGB (Red+Green+Blue) = 184+107+108=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B6C is #479493. Grayscale: #828282. Windows color (decimal): -4691092 or 7105464. OLE color: 7105464.

HSL color Cylindrical-coordinate representation of color #B86B6C: hue angle of 359.22º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86B6C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184107108-
CMYK00.420.410.28
HSL359.22º35.16%57.06%-
HSV(B)359.22º41.85%72.16%-
XYZ27.7321.7916.93-
YUV130.14115.51166.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=46.12%
G=26.82%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410710800.420.410.28359.2235.1657.06
HexB86B6C02A291C1672339
Octal27015315405251345474371
Binary1011100011010111101100010101010100111100101100111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B6C; }

 p { color: rgb(184,107,108); }

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

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

 a { background-color: rgb(184,107,108); }

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

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

 span { border-color: rgb(184,107,108); }

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