#B44871

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

Shades of Royal Heath #B44871

Tints of Royal Heath #B44871

Color information

#B44871 (or 0xB44871) is unknown color: approx Royal Heath. HEX triplet: B4, 48 and 71. RGB value is (180,72,113). Sum of RGB (Red+Green+Blue) = 180+72+113=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B44871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44871 is #4BB78E. Grayscale: #6C6C6C. Windows color (decimal): -4962191 or 7424180. OLE color: 7424180.

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

Color convert

RGB18072113-
CMYK00.600.370.29
HSL337.22º42.86%49.41%-
HSV(B)337.22º60%70.59%-
XYZ24.1215.5317.35-
YUV108.97130.28178.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 72 (28.52% from 255) = 19.73%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=49.32%
G=19.73%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807211300.600.370.29337.2242.8649.41
HexB4487103C251D1512b31
Octal26411016107445355215361
Binary1011010010010001110001011110010010111101101010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44871; }

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

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

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

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

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

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

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

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