#B44771

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

Shades of Royal Heath #B44771

Tints of Royal Heath #B44771

Color information

#B44771 (or 0xB44771) is unknown color: approx Royal Heath. HEX triplet: B4, 47 and 71. RGB value is (180,71,113). Sum of RGB (Red+Green+Blue) = 180+71+113=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B44771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44771 is #4BB88E. Grayscale: #6C6C6C. Windows color (decimal): -4962447 or 7423924. OLE color: 7423924.

HSL color Cylindrical-coordinate representation of color #B44771: hue angle of 336.88º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44771 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18071113-
CMYK00.610.370.29
HSL336.88º43.43%49.22%-
HSV(B)336.88º60.56%70.59%-
XYZ24.0615.417.33-
YUV108.38130.61179.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 71 (28.12% from 255) = 19.51%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=49.45%
G=19.51%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807111300.610.370.29336.8843.4349.22
HexB4477103D251D1512b31
Octal26410716107545355215361
Binary1011010010001111110001011110110010111101101010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44771; }

 p { color: rgb(180,71,113); }

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

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

 a { background-color: rgb(180,71,113); }

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

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

 span { border-color: rgb(180,71,113); }

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