#B44D72

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

Shades of Royal Heath #B44D72

Tints of Royal Heath #B44D72

Color information

#B44D72 (or 0xB44D72) is unknown color: approx Royal Heath. HEX triplet: B4, 4D and 72. RGB value is (180,77,114). Sum of RGB (Red+Green+Blue) = 180+77+114=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44D72 is #4BB28D. Grayscale: #6F6F6F. Windows color (decimal): -4960910 or 7490996. OLE color: 7490996.

HSL color Cylindrical-coordinate representation of color #B44D72: hue angle of 338.45º 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 #B44D72 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18077114-
CMYK00.570.370.29
HSL338.45º40.71%50.39%-
HSV(B)338.45º57.22%70.59%-
XYZ24.5116.2317.76-
YUV112.02129.12176.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=48.52%
G=20.75%
B=30.73%

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
Decimal1807711400.570.370.29338.4540.7150.39
HexB44D72039251D1522932
Octal26411516207145355225162
Binary1011010010011011110010011100110010111101101010010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D72; }

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

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

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

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

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

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

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

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