#B86975

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

Shades of Turkish Rose #B86975

Tints of Turkish Rose #B86975

Color information

#B86975 (or 0xB86975) is unknown color: approx Turkish Rose. HEX triplet: B8, 69 and 75. RGB value is (184,105,117). Sum of RGB (Red+Green+Blue) = 184+105+117=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B86975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86975 is #47968A. Grayscale: #828282. Windows color (decimal): -4691595 or 7694776. OLE color: 7694776.

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

Color convert

RGB184105117-
CMYK00.430.360.28
HSL350.89º35.75%56.67%-
HSV(B)350.89º42.93%72.16%-
XYZ28.0321.5819.52-
YUV129.99120.67166.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=45.32%
G=25.86%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410511700.430.360.28350.8935.7556.67
HexB8697502B241C15f2439
Octal27015116505344345374471
Binary1011100011010011110101010101110010011100101011111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86975; }

 p { color: rgb(184,105,117); }

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

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

 a { background-color: rgb(184,105,117); }

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

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

 span { border-color: rgb(184,105,117); }

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