#B45A81

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

Shades of Royal Heath #B45A81

Tints of Royal Heath #B45A81

Color information

#B45A81 (or 0xB45A81) is unknown color: approx Royal Heath. HEX triplet: B4, 5A and 81. RGB value is (180,90,129). Sum of RGB (Red+Green+Blue) = 180+90+129=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A81 is #4BA57E. Grayscale: #797979. Windows color (decimal): -4957567 or 8477364. OLE color: 8477364.

HSL color Cylindrical-coordinate representation of color #B45A81: hue angle of 334º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A81 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18090129-
CMYK00.500.280.29
HSL334º37.5%52.94%-
HSV(B)334º50%70.59%-
XYZ26.4418.622.97-
YUV121.36132.32169.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=45.11%
G=22.56%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809012900.500.280.2933437.552.94
HexB45A810321C1D14e2635
Octal26413220106234355164665
Binary1011010010110101000000101100101110011101101001110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A81; }

 p { color: rgb(180,90,129); }

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

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

 a { background-color: rgb(180,90,129); }

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

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

 span { border-color: rgb(180,90,129); }

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