#B36D75

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

Shades of Turkish Rose #B36D75

Tints of Turkish Rose #B36D75

Color information

#B36D75 (or 0xB36D75) is unknown color: approx Turkish Rose. HEX triplet: B3, 6D and 75. RGB value is (179,109,117). Sum of RGB (Red+Green+Blue) = 179+109+117=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D75 is #4C928A. Grayscale: #828282. Windows color (decimal): -5018251 or 7695795. OLE color: 7695795.

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

Color convert

RGB179109117-
CMYK00.390.350.30
HSL353.14º31.53%56.47%-
HSV(B)353.14º39.11%70.2%-
XYZ27.2721.8119.6-
YUV130.84120.19162.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=44.20%
G=26.91%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910911700.390.350.30353.1431.5356.47
HexB36D75027231E1612038
Octal26315516504743365414070
Binary1011001111011011110101010011110001111110101100001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D75; }

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

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

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

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

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

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

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

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