#B45580

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

Shades of Royal Heath #B45580

Tints of Royal Heath #B45580

Color information

#B45580 (or 0xB45580) is unknown color: approx Royal Heath. HEX triplet: B4, 55 and 80. RGB value is (180,85,128). Sum of RGB (Red+Green+Blue) = 180+85+128=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B45580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45580 is #4BAA7F. Grayscale: #767676. Windows color (decimal): -4958848 or 8410548. OLE color: 8410548.

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

Color convert

RGB18085128-
CMYK00.530.290.29
HSL332.84º38.78%51.96%-
HSV(B)332.84º52.78%70.59%-
XYZ25.9717.7622.48-
YUV118.31133.47172-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=45.80%
G=21.63%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808512800.530.290.29332.8438.7851.96
HexB455800351D1D14d2734
Octal26412520006535355154764
Binary1011010010101011000000001101011110111101101001101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45580; }

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

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

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

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

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

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

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

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