#B44D77

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

Shades of Royal Heath #B44D77

Tints of Royal Heath #B44D77

Color information

#B44D77 (or 0xB44D77) is unknown color: approx Royal Heath. HEX triplet: B4, 4D and 77. RGB value is (180,77,119). Sum of RGB (Red+Green+Blue) = 180+77+119=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44D77 is #4BB288. Grayscale: #707070. Windows color (decimal): -4960905 or 7818676. OLE color: 7818676.

HSL color Cylindrical-coordinate representation of color #B44D77: hue angle of 335.53º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D77 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18077119-
CMYK00.570.340.29
HSL335.53º40.71%50.39%-
HSV(B)335.53º57.22%70.59%-
XYZ24.8116.3419.3-
YUV112.58131.62176.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=47.87%
G=20.48%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807711900.570.340.29335.5340.7150.39
HexB44D77039221D1502932
Octal26411516707142355205162
Binary1011010010011011110111011100110001011101101010000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D77; }

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

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

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

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

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

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

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

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