#B47178

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

Shades of Turkish Rose #B47178

Tints of Turkish Rose #B47178

Color information

#B47178 (or 0xB47178) is unknown color: approx Turkish Rose. HEX triplet: B4, 71 and 78. RGB value is (180,113,120). Sum of RGB (Red+Green+Blue) = 180+113+120=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B47178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47178 is #4B8E87. Grayscale: #858585. Windows color (decimal): -4951688 or 7893428. OLE color: 7893428.

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

Color convert

RGB180113120-
CMYK00.370.330.29
HSL353.73º30.88%57.45%-
HSV(B)353.73º37.22%70.59%-
XYZ28.1222.8720.7-
YUV133.83120.2160.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=43.58%
G=27.36%
B=29.06%

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
Decimal18011312000.370.330.29353.7330.8857.45
HexB47178025211D1621f39
Octal26416117004541355423771
Binary101101001110001111100001001011000011110110110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47178; }

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

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

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

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

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

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

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

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