#B36D73

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

Shades of Turkish Rose #B36D73

Tints of Turkish Rose #B36D73

Color information

#B36D73 (or 0xB36D73) is unknown color: approx Turkish Rose. HEX triplet: B3, 6D and 73. RGB value is (179,109,115). Sum of RGB (Red+Green+Blue) = 179+109+115=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D73 is #4C928C. Grayscale: #828282. Windows color (decimal): -5018253 or 7564723. OLE color: 7564723.

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

Color convert

RGB179109115-
CMYK00.390.360.30
HSL354.86º31.53%56.47%-
HSV(B)354.86º39.11%70.2%-
XYZ27.1521.7618.99-
YUV130.61119.19162.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=44.42%
G=27.05%
B=28.54%

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
Decimal17910911500.390.360.30354.8631.5356.47
HexB36D73027241E1632038
Octal26315516304744365434070
Binary1011001111011011110011010011110010011110101100011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D73; }

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

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

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

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

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

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

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

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