#B86B73

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

Shades of Turkish Rose #B86B73

Tints of Turkish Rose #B86B73

Color information

#B86B73 (or 0xB86B73) is unknown color: approx Turkish Rose. HEX triplet: B8, 6B and 73. RGB value is (184,107,115). Sum of RGB (Red+Green+Blue) = 184+107+115=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B73 is #47948C. Grayscale: #828282. Windows color (decimal): -4691085 or 7564216. OLE color: 7564216.

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

Color convert

RGB184107115-
CMYK00.420.380.28
HSL353.77º35.16%57.06%-
HSV(B)353.77º41.85%72.16%-
XYZ28.1221.9418.97-
YUV130.94119.01165.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=45.32%
G=26.35%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410711500.420.380.28353.7735.1657.06
HexB86B7302A261C1622339
Octal27015316305246345424371
Binary1011100011010111110011010101010011011100101100010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B73; }

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

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

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

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

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

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

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

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