#B04779

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

Shades of Royal Heath #B04779

Tints of Royal Heath #B04779

Color information

#B04779 (or 0xB04779) is unknown color: approx Royal Heath. HEX triplet: B0, 47 and 79. RGB value is (176,71,121). Sum of RGB (Red+Green+Blue) = 176+71+121=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B04779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04779 is #4FB886. Grayscale: #6C6C6C. Windows color (decimal): -5224583 or 7948208. OLE color: 7948208.

HSL color Cylindrical-coordinate representation of color #B04779: hue angle of 331.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04779 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17671121-
CMYK00.600.310.31
HSL331.43º42.51%48.43%-
HSV(B)331.43º59.66%69.02%-
XYZ23.6115.1219.76-
YUV108.09135.29176.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 71 (28.12% from 255) = 19.29%
BLUE value IS 121 (47.66% from 255) = 32.88%
R=47.83%
G=19.29%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767112100.600.310.31331.4342.5148.43
HexB0477903C1F1F14b2b30
Octal26010717107437375135360
Binary101100001000111111100101111001111111111101001011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04779; }

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

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

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

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

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

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

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

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