#B04A79

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

Shades of Royal Heath #B04A79

Tints of Royal Heath #B04A79

Color information

#B04A79 (or 0xB04A79) is unknown color: approx Royal Heath. HEX triplet: B0, 4A and 79. RGB value is (176,74,121). Sum of RGB (Red+Green+Blue) = 176+74+121=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04A79 is #4FB586. Grayscale: #6D6D6D. Windows color (decimal): -5223815 or 7948976. OLE color: 7948976.

HSL color Cylindrical-coordinate representation of color #B04A79: hue angle of 332.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04A79 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17674121-
CMYK00.580.310.31
HSL332.35º40.8%49.02%-
HSV(B)332.35º57.95%69.02%-
XYZ23.815.5119.83-
YUV109.86134.29175.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=47.44%
G=19.95%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767412100.580.310.31332.3540.849.02
HexB04A7903A1F1F14c2931
Octal26011217107237375145161
Binary101100001001010111100101110101111111111101001100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04A79; }

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

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

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

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

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

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

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

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