#B44E7E

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

Shades of Royal Heath #B44E7E

Tints of Royal Heath #B44E7E

Color information

#B44E7E (or 0xB44E7E) is unknown color: approx Royal Heath. HEX triplet: B4, 4E and 7E. RGB value is (180,78,126). Sum of RGB (Red+Green+Blue) = 180+78+126=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E7E is #4BB181. Grayscale: #717171. Windows color (decimal): -4960642 or 8277684. OLE color: 8277684.

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

Color convert

RGB18078126-
CMYK00.570.30.29
HSL331.76º40.48%50.59%-
HSV(B)331.76º56.67%70.59%-
XYZ25.3116.6621.62-
YUV113.97134.79175.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=46.88%
G=20.31%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807812600.570.30.29331.7640.4850.59
HexB44E7E0391E1D14c2833
Octal26411617607136355145063
Binary101101001001110111111001110011111011101101001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E7E; }

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

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

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

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

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

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

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

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