#B04E7C

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

Shades of Royal Heath #B04E7C

Tints of Royal Heath #B04E7C

Color information

#B04E7C (or 0xB04E7C) is unknown color: approx Royal Heath. HEX triplet: B0, 4E and 7C. RGB value is (176,78,124). Sum of RGB (Red+Green+Blue) = 176+78+124=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E7C is #4FB183. Grayscale: #707070. Windows color (decimal): -5222788 or 8146608. OLE color: 8146608.

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

Color convert

RGB17678124-
CMYK00.560.300.31
HSL331.84º38.58%49.8%-
HSV(B)331.84º55.68%69.02%-
XYZ24.2716.1320.9-
YUV112.55134.47173.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=46.56%
G=20.63%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767812400.560.300.31331.8438.5849.8
HexB04E7C0381E1F14c2732
Octal26011617407036375144762
Binary101100001001110111110001110001111011111101001100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E7C; }

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

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

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

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

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

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

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

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