#B54D76

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

Shades of Royal Heath #B54D76

Tints of Royal Heath #B54D76

Color information

#B54D76 (or 0xB54D76) is unknown color: approx Royal Heath. HEX triplet: B5, 4D and 76. RGB value is (181,77,118). Sum of RGB (Red+Green+Blue) = 181+77+118=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D76 is #4AB289. Grayscale: #707070. Windows color (decimal): -4895370 or 7753141. OLE color: 7753141.

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

Color convert

RGB18177118-
CMYK00.570.350.29
HSL336.35º41.27%50.59%-
HSV(B)336.35º57.46%70.98%-
XYZ24.9816.4419-
YUV112.77130.96176.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=48.14%
G=20.48%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817711800.570.350.29336.3541.2750.59
HexB54D76039231D1502933
Octal26511516607143355205163
Binary1011010110011011110110011100110001111101101010000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D76; }

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

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

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

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

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

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

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

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