#B54376

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

Shades of Royal Heath #B54376

Tints of Royal Heath #B54376

Color information

#B54376 (or 0xB54376) is unknown color: approx Royal Heath. HEX triplet: B5, 43 and 76. RGB value is (181,67,118). Sum of RGB (Red+Green+Blue) = 181+67+118=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B54376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54376 is #4ABC89. Grayscale: #6A6A6A. Windows color (decimal): -4897930 or 7750581. OLE color: 7750581.

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

Color convert

RGB18167118-
CMYK00.630.350.29
HSL333.16º45.97%48.63%-
HSV(B)333.16º62.98%70.98%-
XYZ24.3315.1518.78-
YUV106.9134.27180.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 67 (26.56% from 255) = 18.31%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=49.45%
G=18.31%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816711800.630.350.29333.1645.9748.63
HexB5437603F231D14d2e31
Octal26510316607743355155661
Binary1011010110000111110110011111110001111101101001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54376; }

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

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

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

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

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

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

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

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