#B47677

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

Shades of Turkish Rose #B47677

Tints of Turkish Rose #B47677

Color information

#B47677 (or 0xB47677) is unknown color: approx Turkish Rose. HEX triplet: B4, 76 and 77. RGB value is (180,118,119). Sum of RGB (Red+Green+Blue) = 180+118+119=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B47677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47677 is #4B8988. Grayscale: #888888. Windows color (decimal): -4950409 or 7829172. OLE color: 7829172.

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

Color convert

RGB180118119-
CMYK00.340.340.29
HSL359.03º29.25%58.43%-
HSV(B)359.03º34.44%70.59%-
XYZ28.6323.9920.57-
YUV136.65118.04158.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=43.17%
G=28.30%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011811900.340.340.29359.0329.2558.43
HexB47677022221D1671d3a
Octal26416616704242355473572
Binary101101001110110111011101000101000101110110110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47677; }

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

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

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

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

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

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

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

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