#B04C80

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

Shades of Royal Heath #B04C80

Tints of Royal Heath #B04C80

Color information

#B04C80 (or 0xB04C80) is unknown color: approx Royal Heath. HEX triplet: B0, 4C and 80. RGB value is (176,76,128). Sum of RGB (Red+Green+Blue) = 176+76+128=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C80 is #4FB37F. Grayscale: #6F6F6F. Windows color (decimal): -5223296 or 8408240. OLE color: 8408240.

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

Color convert

RGB17676128-
CMYK00.570.270.31
HSL328.8º39.68%49.41%-
HSV(B)328.8º56.82%69.02%-
XYZ24.3915.9622.22-
YUV111.83137.13173.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=46.32%
G=20%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767612800.570.270.31328.839.6849.41
HexB04C800391B1F1492831
Octal26011420007133375115061
Binary1011000010011001000000001110011101111111101001001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C80; }

 p { color: rgb(176,76,128); }

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

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

 a { background-color: rgb(176,76,128); }

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

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

 span { border-color: rgb(176,76,128); }

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