#B47076

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

Shades of Turkish Rose #B47076

Tints of Turkish Rose #B47076

Color information

#B47076 (or 0xB47076) is unknown color: approx Turkish Rose. HEX triplet: B4, 70 and 76. RGB value is (180,112,118). Sum of RGB (Red+Green+Blue) = 180+112+118=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B47076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47076 is #4B8F89. Grayscale: #858585. Windows color (decimal): -4951946 or 7762100. OLE color: 7762100.

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

Color convert

RGB180112118-
CMYK00.380.340.29
HSL354.71º31.19%57.25%-
HSV(B)354.71º37.78%70.59%-
XYZ27.8922.620.03-
YUV133.02119.53161.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 118 (46.48% from 255) = 28.78%
R=43.90%
G=27.32%
B=28.78%

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
Decimal18011211800.380.340.29354.7131.1957.25
HexB47076026221D1631f39
Octal26416016604642355433771
Binary101101001110000111011001001101000101110110110001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47076; }

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

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

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

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

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

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

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

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