#B04778

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

Shades of Royal Heath #B04778

Tints of Royal Heath #B04778

Color information

#B04778 (or 0xB04778) is unknown color: approx Royal Heath. HEX triplet: B0, 47 and 78. RGB value is (176,71,120). Sum of RGB (Red+Green+Blue) = 176+71+120=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B04778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04778 is #4FB887. Grayscale: #6B6B6B. Windows color (decimal): -5224584 or 7882672. OLE color: 7882672.

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

Color convert

RGB17671120-
CMYK00.600.320.31
HSL332º42.51%48.43%-
HSV(B)332º59.66%69.02%-
XYZ23.5515.0919.44-
YUV107.98134.79176.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=47.96%
G=19.35%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767112000.600.320.3133242.5148.43
HexB0477803C201F14c2b30
Octal26010717007440375145360
Binary1011000010001111111000011110010000011111101001100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04778; }

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

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

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

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

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

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

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

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