#B47377

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

Shades of Turkish Rose #B47377

Tints of Turkish Rose #B47377

Color information

#B47377 (or 0xB47377) is unknown color: approx Turkish Rose. HEX triplet: B4, 73 and 77. RGB value is (180,115,119). Sum of RGB (Red+Green+Blue) = 180+115+119=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47377 is #4B8C88. Grayscale: #868686. Windows color (decimal): -4951177 or 7828404. OLE color: 7828404.

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

Color convert

RGB180115119-
CMYK00.360.340.29
HSL356.31º30.23%57.84%-
HSV(B)356.31º36.11%70.59%-
XYZ28.2823.320.46-
YUV134.89119.03160.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=43.48%
G=27.78%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011511900.360.340.29356.3130.2357.84
HexB47377024221D1641e3a
Octal26416316704442355443672
Binary101101001110011111011101001001000101110110110010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47377; }

 p { color: rgb(180,115,119); }

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

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

 a { background-color: rgb(180,115,119); }

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

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

 span { border-color: rgb(180,115,119); }

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