#B44077

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

Shades of Royal Heath #B44077

Tints of Royal Heath #B44077

Color information

#B44077 (or 0xB44077) is unknown color: approx Royal Heath. HEX triplet: B4, 40 and 77. RGB value is (180,64,119). Sum of RGB (Red+Green+Blue) = 180+64+119=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B44077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44077 is #4BBF88. Grayscale: #686868. Windows color (decimal): -4964233 or 7815348. OLE color: 7815348.

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

Color convert

RGB18064119-
CMYK00.640.340.29
HSL331.55º47.54%47.84%-
HSV(B)331.55º64.44%70.59%-
XYZ23.9914.719.03-
YUV104.95135.93181.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=49.59%
G=17.63%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806411900.640.340.29331.5547.5447.84
HexB44077040221D14c3030
Octal264100167010042355146060
Binary10110100100000011101110100000010001011101101001100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44077; }

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

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

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

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

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

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

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

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