#B47477

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

Shades of Turkish Rose #B47477

Tints of Turkish Rose #B47477

Color information

#B47477 (or 0xB47477) is unknown color: approx Turkish Rose. HEX triplet: B4, 74 and 77. RGB value is (180,116,119). Sum of RGB (Red+Green+Blue) = 180+116+119=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47477 is #4B8B88. Grayscale: #878787. Windows color (decimal): -4950921 or 7828660. OLE color: 7828660.

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

Color convert

RGB180116119-
CMYK00.360.340.29
HSL357.19º29.91%58.04%-
HSV(B)357.19º35.56%70.59%-
XYZ28.423.5320.5-
YUV135.48118.7159.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=43.37%
G=27.95%
B=28.67%

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
Decimal18011611900.360.340.29357.1929.9158.04
HexB47477024221D1651e3a
Octal26416416704442355453672
Binary101101001110100111011101001001000101110110110010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47477; }

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

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

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

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

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

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

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

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