#B44C71

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

Shades of Royal Heath #B44C71

Tints of Royal Heath #B44C71

Color information

#B44C71 (or 0xB44C71) is unknown color: approx Royal Heath. HEX triplet: B4, 4C and 71. RGB value is (180,76,113). Sum of RGB (Red+Green+Blue) = 180+76+113=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C71 is #4BB38E. Grayscale: #6F6F6F. Windows color (decimal): -4961167 or 7425204. OLE color: 7425204.

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

Color convert

RGB18076113-
CMYK00.580.370.29
HSL338.65º40.94%50.2%-
HSV(B)338.65º57.78%70.59%-
XYZ24.3916.0617.44-
YUV111.31128.96176.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=48.78%
G=20.60%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807611300.580.370.29338.6540.9450.2
HexB44C7103A251D1532932
Octal26411416107245355235162
Binary1011010010011001110001011101010010111101101010011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C71; }

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

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

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

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

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

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

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

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