#B44F77

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

Shades of Royal Heath #B44F77

Tints of Royal Heath #B44F77

Color information

#B44F77 (or 0xB44F77) is unknown color: approx Royal Heath. HEX triplet: B4, 4F and 77. RGB value is (180,79,119). Sum of RGB (Red+Green+Blue) = 180+79+119=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F77 is #4BB088. Grayscale: #717171. Windows color (decimal): -4960393 or 7819188. OLE color: 7819188.

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

Color convert

RGB18079119-
CMYK00.560.340.29
HSL336.24º40.24%50.78%-
HSV(B)336.24º56.11%70.59%-
XYZ24.9516.6319.35-
YUV113.76130.96175.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=47.62%
G=20.90%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807911900.560.340.29336.2440.2450.78
HexB44F77038221D1502833
Octal26411716707042355205063
Binary1011010010011111110111011100010001011101101010000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F77; }

 p { color: rgb(180,79,119); }

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

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

 a { background-color: rgb(180,79,119); }

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

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

 span { border-color: rgb(180,79,119); }

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