#B47576

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

Shades of Turkish Rose #B47576

Tints of Turkish Rose #B47576

Color information

#B47576 (or 0xB47576) is unknown color: approx Turkish Rose. HEX triplet: B4, 75 and 76. RGB value is (180,117,118). Sum of RGB (Red+Green+Blue) = 180+117+118=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47576 is #4B8A89. Grayscale: #888888. Windows color (decimal): -4950666 or 7763380. OLE color: 7763380.

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

Color convert

RGB180117118-
CMYK00.350.340.29
HSL359.05º29.58%58.24%-
HSV(B)359.05º35%70.59%-
XYZ28.4523.7320.22-
YUV135.95117.87159.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=43.37%
G=28.19%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011711800.350.340.29359.0529.5858.24
HexB47576023221D1671e3a
Octal26416516604342355473672
Binary101101001110101111011001000111000101110110110011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47576; }

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

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

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

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

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

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

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

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