#B54874

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

Shades of Royal Heath #B54874

Tints of Royal Heath #B54874

Color information

#B54874 (or 0xB54874) is unknown color: approx Royal Heath. HEX triplet: B5, 48 and 74. RGB value is (181,72,116). Sum of RGB (Red+Green+Blue) = 181+72+116=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B54874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54874 is #4AB78B. Grayscale: #6D6D6D. Windows color (decimal): -4896652 or 7620789. OLE color: 7620789.

HSL color Cylindrical-coordinate representation of color #B54874: hue angle of 335.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54874 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18172116-
CMYK00.600.360.29
HSL335.78º43.08%49.61%-
HSV(B)335.78º60.22%70.98%-
XYZ24.5315.7218.26-
YUV109.61131.61178.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 72 (28.52% from 255) = 19.51%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=49.05%
G=19.51%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817211600.600.360.29335.7843.0849.61
HexB5487403C241D1502b32
Octal26511016407444355205362
Binary1011010110010001110100011110010010011101101010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54874; }

 p { color: rgb(181,72,116); }

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

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

 a { background-color: rgb(181,72,116); }

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

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

 span { border-color: rgb(181,72,116); }

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