#B36777

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

Shades of Turkish Rose #B36777

Tints of Turkish Rose #B36777

Color information

#B36777 (or 0xB36777) is unknown color: approx Turkish Rose. HEX triplet: B3, 67 and 77. RGB value is (179,103,119). Sum of RGB (Red+Green+Blue) = 179+103+119=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B36777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36777 is #4C9888. Grayscale: #7F7F7F. Windows color (decimal): -5019785 or 7825331. OLE color: 7825331.

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

Color convert

RGB179103119-
CMYK00.420.340.30
HSL347.37º33.33%55.29%-
HSV(B)347.37º42.46%70.2%-
XYZ26.7720.6220.02-
YUV127.55123.18164.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=44.64%
G=25.69%
B=29.68%

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
Decimal17910311900.420.340.30347.3733.3355.29
HexB3677702A221E15b2137
Octal26314716705242365334167
Binary1011001111001111110111010101010001011110101011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36777; }

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

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

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

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

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

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

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

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