#B47078

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

Shades of Turkish Rose #B47078

Tints of Turkish Rose #B47078

Color information

#B47078 (or 0xB47078) is unknown color: approx Turkish Rose. HEX triplet: B4, 70 and 78. RGB value is (180,112,120). Sum of RGB (Red+Green+Blue) = 180+112+120=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B47078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47078 is #4B8F87. Grayscale: #858585. Windows color (decimal): -4951944 or 7893172. OLE color: 7893172.

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

Color convert

RGB180112120-
CMYK00.380.330.29
HSL352.94º31.19%57.25%-
HSV(B)352.94º37.78%70.59%-
XYZ28.0122.6520.66-
YUV133.24120.53161.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=43.69%
G=27.18%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011212000.380.330.29352.9431.1957.25
HexB47078026211D1611f39
Octal26416017004641355413771
Binary101101001110000111100001001101000011110110110000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47078; }

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

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

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

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

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

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

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

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