#B37677

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

Shades of Turkish Rose #B37677

Tints of Turkish Rose #B37677

Color information

#B37677 (or 0xB37677) is unknown color: approx Turkish Rose. HEX triplet: B3, 76 and 77. RGB value is (179,118,119). Sum of RGB (Red+Green+Blue) = 179+118+119=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B37677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37677 is #4C8988. Grayscale: #888888. Windows color (decimal): -5015945 or 7829171. OLE color: 7829171.

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

Color convert

RGB179118119-
CMYK00.340.340.30
HSL359.02º28.64%58.24%-
HSV(B)359.02º34.08%70.2%-
XYZ28.423.8720.56-
YUV136.35118.21158.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=43.03%
G=28.37%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911811900.340.340.30359.0228.6458.24
HexB37677022221E1671d3a
Octal26316616704242365473572
Binary101100111110110111011101000101000101111010110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37677; }

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

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

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

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

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

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

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

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