#B47578

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

Shades of Turkish Rose #B47578

Tints of Turkish Rose #B47578

Color information

#B47578 (or 0xB47578) is unknown color: approx Turkish Rose. HEX triplet: B4, 75 and 78. RGB value is (180,117,120). Sum of RGB (Red+Green+Blue) = 180+117+120=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B47578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47578 is #4B8A87. Grayscale: #888888. Windows color (decimal): -4950664 or 7894452. OLE color: 7894452.

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

Color convert

RGB180117120-
CMYK00.350.330.29
HSL357.14º29.58%58.24%-
HSV(B)357.14º35%70.59%-
XYZ28.5723.7820.85-
YUV136.18118.87159.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=43.17%
G=28.06%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011712000.350.330.29357.1429.5858.24
HexB47578023211D1651e3a
Octal26416517004341355453672
Binary101101001110101111100001000111000011110110110010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47578; }

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

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

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

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

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

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

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

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