#B54D77

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

Shades of Royal Heath #B54D77

Tints of Royal Heath #B54D77

Color information

#B54D77 (or 0xB54D77) is unknown color: approx Royal Heath. HEX triplet: B5, 4D and 77. RGB value is (181,77,119). Sum of RGB (Red+Green+Blue) = 181+77+119=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D77 is #4AB288. Grayscale: #707070. Windows color (decimal): -4895369 or 7818677. OLE color: 7818677.

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

Color convert

RGB18177119-
CMYK00.570.340.29
HSL335.77º41.27%50.59%-
HSV(B)335.77º57.46%70.98%-
XYZ25.0416.4619.31-
YUV112.88131.46176.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=48.01%
G=20.42%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817711900.570.340.29335.7741.2750.59
HexB54D77039221D1502933
Octal26511516707142355205163
Binary1011010110011011110111011100110001011101101010000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D77; }

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

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

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

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

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

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

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

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