#B47077

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

Shades of Turkish Rose #B47077

Tints of Turkish Rose #B47077

Color information

#B47077 (or 0xB47077) is unknown color: approx Turkish Rose. HEX triplet: B4, 70 and 77. RGB value is (180,112,119). Sum of RGB (Red+Green+Blue) = 180+112+119=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B47077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47077 is #4B8F88. Grayscale: #858585. Windows color (decimal): -4951945 or 7827636. OLE color: 7827636.

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

Color convert

RGB180112119-
CMYK00.380.340.29
HSL353.82º31.19%57.25%-
HSV(B)353.82º37.78%70.59%-
XYZ27.9522.6220.35-
YUV133.13120.03161.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=43.80%
G=27.25%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011211900.380.340.29353.8231.1957.25
HexB47077026221D1621f39
Octal26416016704642355423771
Binary101101001110000111011101001101000101110110110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47077; }

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

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

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

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

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

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

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

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