#B45877

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

Shades of Royal Heath #B45877

Tints of Royal Heath #B45877

Color information

#B45877 (or 0xB45877) is unknown color: approx Royal Heath. HEX triplet: B4, 58 and 77. RGB value is (180,88,119). Sum of RGB (Red+Green+Blue) = 180+88+119=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B45877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45877 is #4BA788. Grayscale: #777777. Windows color (decimal): -4958089 or 7821492. OLE color: 7821492.

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

Color convert

RGB18088119-
CMYK00.510.340.29
HSL339.78º38.02%52.55%-
HSV(B)339.78º51.11%70.59%-
XYZ25.6418.0119.58-
YUV119.04127.98171.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=46.51%
G=22.74%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808811900.510.340.29339.7838.0252.55
HexB45877033221D1542635
Octal26413016706342355244665
Binary1011010010110001110111011001110001011101101010100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45877; }

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

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

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

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

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

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

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

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