#B04979

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

Shades of Royal Heath #B04979

Tints of Royal Heath #B04979

Color information

#B04979 (or 0xB04979) is unknown color: approx Royal Heath. HEX triplet: B0, 49 and 79. RGB value is (176,73,121). Sum of RGB (Red+Green+Blue) = 176+73+121=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B04979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04979 is #4FB686. Grayscale: #6D6D6D. Windows color (decimal): -5224071 or 7948720. OLE color: 7948720.

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

Color convert

RGB17673121-
CMYK00.590.310.31
HSL332.04º41.37%48.82%-
HSV(B)332.04º58.52%69.02%-
XYZ23.7415.3819.81-
YUV109.27134.62175.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=47.57%
G=19.73%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767312100.590.310.31332.0441.3748.82
HexB0497903B1F1F14c2931
Octal26011117107337375145161
Binary101100001001001111100101110111111111111101001100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04979; }

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

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

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

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

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

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

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

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