#b44876

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

Shades of Royal Heath #B44876

Tints of Royal Heath #B44876

Color information

#B44876 (or 0xB44876) is unknown color: approx Royal Heath. HEX triplet: B4, 48 and 76. RGB value is (180,72,118). Sum of RGB (Red+Green+Blue) = 180+72+118=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B44876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44876 is #4BB789. Grayscale: #6D6D6D. Windows color (decimal): -4962186 or 7751860. OLE color: 7751860.

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

Color convert

RGB18072118-
CMYK00.600.340.29
HSL334.44º42.86%49.41%-
HSV(B)334.44º60%70.59%-
XYZ24.4115.6518.87-
YUV109.54132.78178.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=48.65%
G=19.46%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807211800.600.340.29334.4442.8649.41
HexB4487603C221D14e2b31
Octal26411016607442355165361
Binary1011010010010001110110011110010001011101101001110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44876; }

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

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

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

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

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

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

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

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