#B54D70

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

Shades of Royal Heath #B54D70

Tints of Royal Heath #B54D70

Color information

#B54D70 (or 0xB54D70) is unknown color: approx Royal Heath. HEX triplet: B5, 4D and 70. RGB value is (181,77,112). Sum of RGB (Red+Green+Blue) = 181+77+112=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D70 is #4AB28F. Grayscale: #707070. Windows color (decimal): -4895376 or 7359925. OLE color: 7359925.

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

Color convert

RGB18177112-
CMYK00.570.380.29
HSL339.81º41.27%50.59%-
HSV(B)339.81º57.46%70.98%-
XYZ24.6316.317.18-
YUV112.09127.96177.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=48.92%
G=20.81%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817711200.570.380.29339.8141.2750.59
HexB54D70039261D1542933
Octal26511516007146355245163
Binary1011010110011011110000011100110011011101101010100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D70; }

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

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

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

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

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

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

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

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