#B36D72

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

Shades of Turkish Rose #B36D72

Tints of Turkish Rose #B36D72

Color information

#B36D72 (or 0xB36D72) is unknown color: approx Turkish Rose. HEX triplet: B3, 6D and 72. RGB value is (179,109,114). Sum of RGB (Red+Green+Blue) = 179+109+114=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D72 is #4C928D. Grayscale: #828282. Windows color (decimal): -5018254 or 7499187. OLE color: 7499187.

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

Color convert

RGB179109114-
CMYK00.390.360.30
HSL355.71º31.53%56.47%-
HSV(B)355.71º39.11%70.2%-
XYZ27.121.7418.69-
YUV130.5118.69162.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=44.53%
G=27.11%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910911400.390.360.30355.7131.5356.47
HexB36D72027241E1642038
Octal26315516204744365444070
Binary1011001111011011110010010011110010011110101100100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D72; }

 p { color: rgb(179,109,114); }

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

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

 a { background-color: rgb(179,109,114); }

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

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

 span { border-color: rgb(179,109,114); }

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