#B45A80

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

Shades of Royal Heath #B45A80

Tints of Royal Heath #B45A80

Color information

#B45A80 (or 0xB45A80) is unknown color: approx Royal Heath. HEX triplet: B4, 5A and 80. RGB value is (180,90,128). Sum of RGB (Red+Green+Blue) = 180+90+128=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A80 is #4BA57F. Grayscale: #797979. Windows color (decimal): -4957568 or 8411828. OLE color: 8411828.

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

Color convert

RGB18090128-
CMYK00.500.290.29
HSL334.67º37.5%52.94%-
HSV(B)334.67º50%70.59%-
XYZ26.3718.5722.62-
YUV121.24131.82169.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=45.23%
G=22.61%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809012800.500.290.29334.6737.552.94
HexB45A800321D1D14f2635
Octal26413220006235355174665
Binary1011010010110101000000001100101110111101101001111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A80; }

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

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

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

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

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

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

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

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