#B36973

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

Shades of Turkish Rose #B36973

Tints of Turkish Rose #B36973

Color information

#B36973 (or 0xB36973) is unknown color: approx Turkish Rose. HEX triplet: B3, 69 and 73. RGB value is (179,105,115). Sum of RGB (Red+Green+Blue) = 179+105+115=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B36973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36973 is #4C968C. Grayscale: #808080. Windows color (decimal): -5019277 or 7563699. OLE color: 7563699.

HSL color Cylindrical-coordinate representation of color #B36973: hue angle of 351.89º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36973 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB179105115-
CMYK00.410.360.30
HSL351.89º32.74%55.69%-
HSV(B)351.89º41.34%70.2%-
XYZ26.7420.9218.85-
YUV128.27120.52164.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=44.86%
G=26.32%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910511500.410.360.30351.8932.7455.69
HexB36973029241E1602138
Octal26315116305144365404170
Binary1011001111010011110011010100110010011110101100000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36973; }

 p { color: rgb(179,105,115); }

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

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

 a { background-color: rgb(179,105,115); }

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

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

 span { border-color: rgb(179,105,115); }

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