#B44273

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

Shades of Royal Heath #B44273

Tints of Royal Heath #B44273

Color information

#B44273 (or 0xB44273) is unknown color: approx Royal Heath. HEX triplet: B4, 42 and 73. RGB value is (180,66,115). Sum of RGB (Red+Green+Blue) = 180+66+115=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B44273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44273 is #4BBD8C. Grayscale: #696969. Windows color (decimal): -4963725 or 7553716. OLE color: 7553716.

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

Color convert

RGB18066115-
CMYK00.630.360.29
HSL334.21º46.34%48.24%-
HSV(B)334.21º63.33%70.59%-
XYZ23.8714.8417.83-
YUV105.67133.27181.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=49.86%
G=18.28%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806611500.630.360.29334.2146.3448.24
HexB4427303F241D14e2e30
Octal26410216307744355165660
Binary1011010010000101110011011111110010011101101001110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44273; }

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

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

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

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

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

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

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

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