#B54771

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

Shades of Royal Heath #B54771

Tints of Royal Heath #B54771

Color information

#B54771 (or 0xB54771) is unknown color: approx Royal Heath. HEX triplet: B5, 47 and 71. RGB value is (181,71,113). Sum of RGB (Red+Green+Blue) = 181+71+113=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B54771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54771 is #4AB88E. Grayscale: #6C6C6C. Windows color (decimal): -4896911 or 7423925. OLE color: 7423925.

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

Color convert

RGB18171113-
CMYK00.610.380.29
HSL337.09º43.65%49.41%-
HSV(B)337.09º60.77%70.98%-
XYZ24.2915.5217.34-
YUV108.68130.44179.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=49.59%
G=19.45%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817111300.610.380.29337.0943.6549.41
HexB5477103D261D1512c31
Octal26510716107546355215461
Binary1011010110001111110001011110110011011101101010001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54771; }

 p { color: rgb(181,71,113); }

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

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

 a { background-color: rgb(181,71,113); }

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

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

 span { border-color: rgb(181,71,113); }

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