#B86B71

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

Shades of Turkish Rose #B86B71

Tints of Turkish Rose #B86B71

Color information

#B86B71 (or 0xB86B71) is unknown color: approx Turkish Rose. HEX triplet: B8, 6B and 71. RGB value is (184,107,113). Sum of RGB (Red+Green+Blue) = 184+107+113=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B71 is #47948E. Grayscale: #828282. Windows color (decimal): -4691087 or 7433144. OLE color: 7433144.

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

Color convert

RGB184107113-
CMYK00.420.390.28
HSL355.32º35.16%57.06%-
HSV(B)355.32º41.85%72.16%-
XYZ28.0121.918.37-
YUV130.71118.01166.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=45.54%
G=26.49%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410711300.420.390.28355.3235.1657.06
HexB86B7102A271C1632339
Octal27015316105247345434371
Binary1011100011010111110001010101010011111100101100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B71; }

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

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

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

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

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

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

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

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