#B54472

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

Shades of Royal Heath #B54472

Tints of Royal Heath #B54472

Color information

#B54472 (or 0xB54472) is unknown color: approx Royal Heath. HEX triplet: B5, 44 and 72. RGB value is (181,68,114). Sum of RGB (Red+Green+Blue) = 181+68+114=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B54472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54472 is #4ABB8D. Grayscale: #6A6A6A. Windows color (decimal): -4897678 or 7488693. OLE color: 7488693.

HSL color Cylindrical-coordinate representation of color #B54472: hue angle of 335.58º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54472 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18168114-
CMYK00.620.370.29
HSL335.58º45.38%48.82%-
HSV(B)335.58º62.43%70.98%-
XYZ24.1615.1717.57-
YUV107.03131.94180.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=49.86%
G=18.73%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816811400.620.370.29335.5845.3848.82
HexB5447203E251D1502d31
Octal26510416207645355205561
Binary1011010110001001110010011111010010111101101010000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54472; }

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

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

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

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

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

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

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

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