#B04E7A

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

Shades of Royal Heath #B04E7A

Tints of Royal Heath #B04E7A

Color information

#B04E7A (or 0xB04E7A) is unknown color: approx Royal Heath. HEX triplet: B0, 4E and 7A. RGB value is (176,78,122). Sum of RGB (Red+Green+Blue) = 176+78+122=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E7A is #4FB185. Grayscale: #707070. Windows color (decimal): -5222790 or 8015536. OLE color: 8015536.

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

Color convert

RGB17678122-
CMYK00.560.310.31
HSL333.06º38.58%49.8%-
HSV(B)333.06º55.68%69.02%-
XYZ24.1416.0820.24-
YUV112.32133.47173.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=46.81%
G=20.74%
B=32.45%

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
Decimal1767812200.560.310.31333.0638.5849.8
HexB04E7A0381F1F14d2732
Octal26011617207037375154762
Binary101100001001110111101001110001111111111101001101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E7A; }

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

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

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

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

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

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

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

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