#B47179

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

Shades of Turkish Rose #B47179

Tints of Turkish Rose #B47179

Color information

#B47179 (or 0xB47179) is unknown color: approx Turkish Rose. HEX triplet: B4, 71 and 79. RGB value is (180,113,121). Sum of RGB (Red+Green+Blue) = 180+113+121=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47179 is #4B8E86. Grayscale: #858585. Windows color (decimal): -4951687 or 7958964. OLE color: 7958964.

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

Color convert

RGB180113121-
CMYK00.370.330.29
HSL352.84º30.88%57.45%-
HSV(B)352.84º37.22%70.59%-
XYZ28.1822.8921.02-
YUV133.95120.7160.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=43.48%
G=27.29%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011312100.370.330.29352.8430.8857.45
HexB47179025211D1611f39
Octal26416117104541355413771
Binary101101001110001111100101001011000011110110110000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47179; }

 p { color: rgb(180,113,121); }

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

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

 a { background-color: rgb(180,113,121); }

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

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

 span { border-color: rgb(180,113,121); }

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