#B36576

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

Shades of Turkish Rose #B36576

Tints of Turkish Rose #B36576

Color information

#B36576 (or 0xB36576) is unknown color: approx Turkish Rose. HEX triplet: B3, 65 and 76. RGB value is (179,101,118). Sum of RGB (Red+Green+Blue) = 179+101+118=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B36576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36576 is #4C9A89. Grayscale: #7E7E7E. Windows color (decimal): -5020298 or 7759283. OLE color: 7759283.

HSL color Cylindrical-coordinate representation of color #B36576: hue angle of 346.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36576 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB179101118-
CMYK00.440.340.30
HSL346.92º33.91%54.9%-
HSV(B)346.92º43.58%70.2%-
XYZ26.5120.219.64-
YUV126.26123.34165.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=44.97%
G=25.38%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910111800.440.340.30346.9233.9154.9
HexB3657602C221E15b2237
Octal26314516605442365334267
Binary1011001111001011110110010110010001011110101011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36576; }

 p { color: rgb(179,101,118); }

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

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

 a { background-color: rgb(179,101,118); }

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

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

 span { border-color: rgb(179,101,118); }

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