#B54274

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

Shades of Royal Heath #B54274

Tints of Royal Heath #B54274

Color information

#B54274 (or 0xB54274) is unknown color: approx Royal Heath. HEX triplet: B5, 42 and 74. RGB value is (181,66,116). Sum of RGB (Red+Green+Blue) = 181+66+116=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B54274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54274 is #4ABD8B. Grayscale: #6A6A6A. Windows color (decimal): -4898188 or 7619253. OLE color: 7619253.

HSL color Cylindrical-coordinate representation of color #B54274: hue angle of 333.91º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54274 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18166116-
CMYK00.640.360.29
HSL333.91º46.56%48.43%-
HSV(B)333.91º63.54%70.98%-
XYZ24.1614.9818.14-
YUV106.08133.6181.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=49.86%
G=18.18%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816611600.640.360.29333.9146.5648.43
HexB54274040241D14e2f30
Octal265102164010044355165760
Binary10110101100001011101000100000010010011101101001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54274; }

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

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

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

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

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

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

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

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