#B45878

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

Shades of Royal Heath #B45878

Tints of Royal Heath #B45878

Color information

#B45878 (or 0xB45878) is unknown color: approx Royal Heath. HEX triplet: B4, 58 and 78. RGB value is (180,88,120). Sum of RGB (Red+Green+Blue) = 180+88+120=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B45878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45878 is #4BA787. Grayscale: #777777. Windows color (decimal): -4958088 or 7887028. OLE color: 7887028.

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

Color convert

RGB18088120-
CMYK00.510.330.29
HSL339.13º38.02%52.55%-
HSV(B)339.13º51.11%70.59%-
XYZ25.718.0419.9-
YUV119.16128.48171.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=46.39%
G=22.68%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808812000.510.330.29339.1338.0252.55
HexB45878033211D1532635
Octal26413017006341355234665
Binary1011010010110001111000011001110000111101101010011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45878; }

 p { color: rgb(180,88,120); }

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

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

 a { background-color: rgb(180,88,120); }

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

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

 span { border-color: rgb(180,88,120); }

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