#B54770

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

Shades of Royal Heath #B54770

Tints of Royal Heath #B54770

Color information

#B54770 (or 0xB54770) is unknown color: approx Royal Heath. HEX triplet: B5, 47 and 70. RGB value is (181,71,112). Sum of RGB (Red+Green+Blue) = 181+71+112=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B54770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54770 is #4AB88F. Grayscale: #6C6C6C. Windows color (decimal): -4896912 or 7358389. OLE color: 7358389.

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

Color convert

RGB18171112-
CMYK00.610.380.29
HSL337.64º43.65%49.41%-
HSV(B)337.64º60.77%70.98%-
XYZ24.2315.517.04-
YUV108.56129.94179.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 71 (28.12% from 255) = 19.51%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=49.73%
G=19.51%
B=30.77%

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
Decimal1817111200.610.380.29337.6443.6549.41
HexB5477003D261D1522c31
Octal26510716007546355225461
Binary1011010110001111110000011110110011011101101010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54770; }

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

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

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

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

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

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

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

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