#B04E71

Color #B04E71 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B04E71

Tints of Royal Heath #B04E71

Color information

#B04E71 (or 0xB04E71) is unknown color: approx Royal Heath. HEX triplet: B0, 4E and 71. RGB value is (176,78,113). Sum of RGB (Red+Green+Blue) = 176+78+113=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E71 is #4FB18E. Grayscale: #6F6F6F. Windows color (decimal): -5222799 or 7425712. OLE color: 7425712.

HSL color Cylindrical-coordinate representation of color #B04E71: hue angle of 338.57º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04E71 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17678113-
CMYK00.560.360.31
HSL338.57º38.58%49.8%-
HSV(B)338.57º55.68%69.02%-
XYZ23.6115.8717.44-
YUV111.29128.97174.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=47.96%
G=21.25%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767811300.560.360.31338.5738.5849.8
HexB04E71038241F1532732
Octal26011616107044375234762
Binary1011000010011101110001011100010010011111101010011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E71; }

 p { color: rgb(176,78,113); }

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

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

 a { background-color: rgb(176,78,113); }

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

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

 span { border-color: rgb(176,78,113); }

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