#B86A76

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

Shades of Turkish Rose #B86A76

Tints of Turkish Rose #B86A76

Color information

#B86A76 (or 0xB86A76) is unknown color: approx Turkish Rose. HEX triplet: B8, 6A and 76. RGB value is (184,106,118). Sum of RGB (Red+Green+Blue) = 184+106+118=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86A76 is #479589. Grayscale: #828282. Windows color (decimal): -4691338 or 7760568. OLE color: 7760568.

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

Color convert

RGB184106118-
CMYK00.420.360.28
HSL350.77º35.45%56.86%-
HSV(B)350.77º42.39%72.16%-
XYZ28.1921.8119.86-
YUV130.69120.84166.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=45.10%
G=25.98%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410611800.420.360.28350.7735.4556.86
HexB86A7602A241C15f2339
Octal27015216605244345374371
Binary1011100011010101110110010101010010011100101011111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A76; }

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

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

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

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

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

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

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

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