#B54875

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

Shades of Royal Heath #B54875

Tints of Royal Heath #B54875

Color information

#B54875 (or 0xB54875) is unknown color: approx Royal Heath. HEX triplet: B5, 48 and 75. RGB value is (181,72,117). Sum of RGB (Red+Green+Blue) = 181+72+117=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B54875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54875 is #4AB78A. Grayscale: #6D6D6D. Windows color (decimal): -4896651 or 7686325. OLE color: 7686325.

HSL color Cylindrical-coordinate representation of color #B54875: hue angle of 335.23º 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 #B54875 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18172117-
CMYK00.600.350.29
HSL335.23º43.08%49.61%-
HSV(B)335.23º60.22%70.98%-
XYZ24.5815.7418.57-
YUV109.72132.11178.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=48.92%
G=19.46%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817211700.600.350.29335.2343.0849.61
HexB5487503C231D14f2b32
Octal26511016507443355175362
Binary1011010110010001110101011110010001111101101001111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54875; }

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

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

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

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

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

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

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

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