#B44E72

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

Shades of Royal Heath #B44E72

Tints of Royal Heath #B44E72

Color information

#B44E72 (or 0xB44E72) is unknown color: approx Royal Heath. HEX triplet: B4, 4E and 72. RGB value is (180,78,114). Sum of RGB (Red+Green+Blue) = 180+78+114=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E72 is #4BB18D. Grayscale: #707070. Windows color (decimal): -4960654 or 7491252. OLE color: 7491252.

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

Color convert

RGB18078114-
CMYK00.570.370.29
HSL338.82º40.48%50.59%-
HSV(B)338.82º56.67%70.59%-
XYZ24.5816.3717.78-
YUV112.6128.79176.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 78 (30.86% from 255) = 20.97%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=48.39%
G=20.97%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807811400.570.370.29338.8240.4850.59
HexB44E72039251D1532833
Octal26411616207145355235063
Binary1011010010011101110010011100110010111101101010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E72; }

 p { color: rgb(180,78,114); }

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

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

 a { background-color: rgb(180,78,114); }

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

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

 span { border-color: rgb(180,78,114); }

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