#B36F73

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

Shades of Turkish Rose #B36F73

Tints of Turkish Rose #B36F73

Color information

#B36F73 (or 0xB36F73) is unknown color: approx Turkish Rose. HEX triplet: B3, 6F and 73. RGB value is (179,111,115). Sum of RGB (Red+Green+Blue) = 179+111+115=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36F73 is #4C908C. Grayscale: #838383. Windows color (decimal): -5017741 or 7565235. OLE color: 7565235.

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

Color convert

RGB179111115-
CMYK00.380.360.30
HSL356.47º30.91%56.86%-
HSV(B)356.47º37.99%70.2%-
XYZ27.3722.1919.06-
YUV131.79118.53161.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=44.20%
G=27.41%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911111500.380.360.30356.4730.9156.86
HexB36F73026241E1641f39
Octal26315716304644365443771
Binary101100111101111111001101001101001001111010110010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36F73; }

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

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

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

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

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

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

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

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