#B44B77

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

Shades of Royal Heath #B44B77

Tints of Royal Heath #B44B77

Color information

#B44B77 (or 0xB44B77) is unknown color: approx Royal Heath. HEX triplet: B4, 4B and 77. RGB value is (180,75,119). Sum of RGB (Red+Green+Blue) = 180+75+119=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44B77 is #4BB488. Grayscale: #6F6F6F. Windows color (decimal): -4961417 or 7818164. OLE color: 7818164.

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

Color convert

RGB18075119-
CMYK00.580.340.29
HSL334.86º41.18%50%-
HSV(B)334.86º58.33%70.59%-
XYZ24.6716.0719.25-
YUV111.41132.29176.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=48.13%
G=20.05%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807511900.580.340.29334.8641.1850
HexB44B7703A221D14f2932
Octal26411316707242355175162
Binary1011010010010111110111011101010001011101101001111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B77; }

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

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

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

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

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

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

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

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