#B54B74

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

Shades of Royal Heath #B54B74

Tints of Royal Heath #B54B74

Color information

#B54B74 (or 0xB54B74) is unknown color: approx Royal Heath. HEX triplet: B5, 4B and 74. RGB value is (181,75,116). Sum of RGB (Red+Green+Blue) = 181+75+116=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B74 is #4AB48B. Grayscale: #6F6F6F. Windows color (decimal): -4895884 or 7621557. OLE color: 7621557.

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

Color convert

RGB18175116-
CMYK00.590.360.29
HSL336.79º41.73%50.2%-
HSV(B)336.79º58.56%70.98%-
XYZ24.7216.1218.33-
YUV111.37130.62177.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=48.66%
G=20.16%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817511600.590.360.29336.7941.7350.2
HexB54B7403B241D1512a32
Octal26511316407344355215262
Binary1011010110010111110100011101110010011101101010001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B74; }

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

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

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

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

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

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

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

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