#B54671

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

Shades of Royal Heath #B54671

Tints of Royal Heath #B54671

Color information

#B54671 (or 0xB54671) is unknown color: approx Royal Heath. HEX triplet: B5, 46 and 71. RGB value is (181,70,113). Sum of RGB (Red+Green+Blue) = 181+70+113=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B54671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54671 is #4AB98E. Grayscale: #6C6C6C. Windows color (decimal): -4897167 or 7423669. OLE color: 7423669.

HSL color Cylindrical-coordinate representation of color #B54671: hue angle of 336.76º 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 #B54671 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18170113-
CMYK00.610.380.29
HSL336.76º44.22%49.22%-
HSV(B)336.76º61.33%70.98%-
XYZ24.2315.417.32-
YUV108.09130.77180-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 70 (27.73% from 255) = 19.23%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=49.73%
G=19.23%
B=31.04%

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
Decimal1817011300.610.380.29336.7644.2249.22
HexB5467103D261D1512c31
Octal26510616107546355215461
Binary1011010110001101110001011110110011011101101010001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54671; }

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

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

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

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

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

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

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

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