#B04A81

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

Shades of Royal Heath #B04A81

Tints of Royal Heath #B04A81

Color information

#B04A81 (or 0xB04A81) is unknown color: approx Royal Heath. HEX triplet: B0, 4A and 81. RGB value is (176,74,129). Sum of RGB (Red+Green+Blue) = 176+74+129=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A81 is #4FB57E. Grayscale: #6E6E6E. Windows color (decimal): -5223807 or 8473264. OLE color: 8473264.

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

Color convert

RGB17674129-
CMYK00.580.270.31
HSL327.65º40.8%49.02%-
HSV(B)327.65º57.95%69.02%-
XYZ24.3215.7122.52-
YUV110.77138.29174.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=46.44%
G=19.53%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767412900.580.270.31327.6540.849.02
HexB04A8103A1B1F1482931
Octal26011220107233375105161
Binary1011000010010101000000101110101101111111101001000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04A81; }

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

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

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

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

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

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

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

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