#B45977

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

Shades of Royal Heath #B45977

Tints of Royal Heath #B45977

Color information

#B45977 (or 0xB45977) is unknown color: approx Royal Heath. HEX triplet: B4, 59 and 77. RGB value is (180,89,119). Sum of RGB (Red+Green+Blue) = 180+89+119=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B45977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45977 is #4BA688. Grayscale: #777777. Windows color (decimal): -4957833 or 7821748. OLE color: 7821748.

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

Color convert

RGB18089119-
CMYK00.510.340.29
HSL340.22º37.76%52.75%-
HSV(B)340.22º50.56%70.59%-
XYZ25.7218.1819.61-
YUV119.63127.65171.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=46.39%
G=22.94%
B=30.67%

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
Decimal1808911900.510.340.29340.2237.7652.75
HexB45977033221D1542635
Octal26413116706342355244665
Binary1011010010110011110111011001110001011101101010100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45977; }

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

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

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

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

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

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

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

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