#B04E79

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

Shades of Royal Heath #B04E79

Tints of Royal Heath #B04E79

Color information

#B04E79 (or 0xB04E79) is unknown color: approx Royal Heath. HEX triplet: B0, 4E and 79. RGB value is (176,78,121). Sum of RGB (Red+Green+Blue) = 176+78+121=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E79 is #4FB186. Grayscale: #707070. Windows color (decimal): -5222791 or 7950000. OLE color: 7950000.

HSL color Cylindrical-coordinate representation of color #B04E79: hue angle of 333.67º 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 #B04E79 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17678121-
CMYK00.560.310.31
HSL333.67º38.58%49.8%-
HSV(B)333.67º55.68%69.02%-
XYZ24.0816.0619.92-
YUV112.2132.97173.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=46.93%
G=20.8%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767812100.560.310.31333.6738.5849.8
HexB04E790381F1F14e2732
Octal26011617107037375164762
Binary101100001001110111100101110001111111111101001110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E79; }

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

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

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

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

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

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

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

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