#b54872

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

Shades of Royal Heath #B54872

Tints of Royal Heath #B54872

Color information

#B54872 (or 0xB54872) is unknown color: approx Royal Heath. HEX triplet: B5, 48 and 72. RGB value is (181,72,114). Sum of RGB (Red+Green+Blue) = 181+72+114=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B54872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54872 is #4AB78D. Grayscale: #6D6D6D. Windows color (decimal): -4896654 or 7489717. OLE color: 7489717.

HSL color Cylindrical-coordinate representation of color #B54872: hue angle of 336.88º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54872 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18172114-
CMYK00.600.370.29
HSL336.88º43.08%49.61%-
HSV(B)336.88º60.22%70.98%-
XYZ24.4115.6717.66-
YUV109.38130.61179.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=49.32%
G=19.62%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817211400.600.370.29336.8843.0849.61
HexB5487203C251D1512b32
Octal26511016207445355215362
Binary1011010110010001110010011110010010111101101010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54872; }

 p { color: rgb(181,72,114); }

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

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

 a { background-color: rgb(181,72,114); }

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

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

 span { border-color: rgb(181,72,114); }

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