#B54475

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

Shades of Royal Heath #B54475

Tints of Royal Heath #B54475

Color information

#B54475 (or 0xB54475) is unknown color: approx Royal Heath. HEX triplet: B5, 44 and 75. RGB value is (181,68,117). Sum of RGB (Red+Green+Blue) = 181+68+117=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B54475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54475 is #4ABB8A. Grayscale: #6B6B6B. Windows color (decimal): -4897675 or 7685301. OLE color: 7685301.

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

Color convert

RGB18168117-
CMYK00.620.350.29
HSL333.98º45.38%48.82%-
HSV(B)333.98º62.43%70.98%-
XYZ24.3315.2418.49-
YUV107.37133.44180.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=49.45%
G=18.58%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816811700.620.350.29333.9845.3848.82
HexB5447503E231D14e2d31
Octal26510416507643355165561
Binary1011010110001001110101011111010001111101101001110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54475; }

 p { color: rgb(181,68,117); }

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

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

 a { background-color: rgb(181,68,117); }

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

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

 span { border-color: rgb(181,68,117); }

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