#B54F76

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

Shades of Royal Heath #B54F76

Tints of Royal Heath #B54F76

Color information

#B54F76 (or 0xB54F76) is unknown color: approx Royal Heath. HEX triplet: B5, 4F and 76. RGB value is (181,79,118). Sum of RGB (Red+Green+Blue) = 181+79+118=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54F76 is #4AB089. Grayscale: #717171. Windows color (decimal): -4894858 or 7753653. OLE color: 7753653.

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

Color convert

RGB18179118-
CMYK00.560.350.29
HSL337.06º40.8%50.98%-
HSV(B)337.06º56.35%70.98%-
XYZ25.1216.7219.04-
YUV113.94130.29175.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=47.88%
G=20.90%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817911800.560.350.29337.0640.850.98
HexB54F76038231D1512933
Octal26511716607043355215163
Binary1011010110011111110110011100010001111101101010001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F76; }

 p { color: rgb(181,79,118); }

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

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

 a { background-color: rgb(181,79,118); }

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

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

 span { border-color: rgb(181,79,118); }

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