#B36776

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

Shades of Turkish Rose #B36776

Tints of Turkish Rose #B36776

Color information

#B36776 (or 0xB36776) is unknown color: approx Turkish Rose. HEX triplet: B3, 67 and 76. RGB value is (179,103,118). Sum of RGB (Red+Green+Blue) = 179+103+118=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B36776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36776 is #4C9889. Grayscale: #7F7F7F. Windows color (decimal): -5019786 or 7759795. OLE color: 7759795.

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

Color convert

RGB179103118-
CMYK00.420.340.30
HSL348.16º33.33%55.29%-
HSV(B)348.16º42.46%70.2%-
XYZ26.7120.5919.71-
YUV127.43122.68164.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=44.75%
G=25.75%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910311800.420.340.30348.1633.3355.29
HexB3677602A221E15c2137
Octal26314716605242365344167
Binary1011001111001111110110010101010001011110101011100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36776; }

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

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

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

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

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

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

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

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