#B44279

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

Shades of Royal Heath #B44279

Tints of Royal Heath #B44279

Color information

#B44279 (or 0xB44279) is unknown color: approx Royal Heath. HEX triplet: B4, 42 and 79. RGB value is (180,66,121). Sum of RGB (Red+Green+Blue) = 180+66+121=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B44279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44279 is #4BBD86. Grayscale: #6A6A6A. Windows color (decimal): -4963719 or 7946932. OLE color: 7946932.

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

Color convert

RGB18066121-
CMYK00.630.330.29
HSL331.05º46.34%48.24%-
HSV(B)331.05º63.33%70.59%-
XYZ24.2214.9819.7-
YUV106.36136.27180.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 121 (47.66% from 255) = 32.97%
R=49.05%
G=17.98%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806612100.630.330.29331.0546.3448.24
HexB4427903F211D14b2e30
Octal26410217107741355135660
Binary1011010010000101111001011111110000111101101001011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44279; }

 p { color: rgb(180,66,121); }

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

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

 a { background-color: rgb(180,66,121); }

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

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

 span { border-color: rgb(180,66,121); }

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