#b04e78

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

Shades of Royal Heath #B04E78

Tints of Royal Heath #B04E78

Color information

#B04E78 (or 0xB04E78) is unknown color: approx Royal Heath. HEX triplet: B0, 4E and 78. RGB value is (176,78,120). Sum of RGB (Red+Green+Blue) = 176+78+120=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E78 is #4FB187. Grayscale: #707070. Windows color (decimal): -5222792 or 7884464. OLE color: 7884464.

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

Color convert

RGB17678120-
CMYK00.560.320.31
HSL334.29º38.58%49.8%-
HSV(B)334.29º55.68%69.02%-
XYZ24.0216.0319.6-
YUV112.09132.47173.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=47.06%
G=20.86%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767812000.560.320.31334.2938.5849.8
HexB04E78038201F14e2732
Octal26011617007040375164762
Binary1011000010011101111000011100010000011111101001110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04e78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04e78; }

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

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

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

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

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

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

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

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