#B44A6E

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

Shades of Royal Heath #B44A6E

Tints of Royal Heath #B44A6E

Color information

#B44A6E (or 0xB44A6E) is unknown color: approx Royal Heath. HEX triplet: B4, 4A and 6E. RGB value is (180,74,110). Sum of RGB (Red+Green+Blue) = 180+74+110=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44A6E is #4BB591. Grayscale: #6D6D6D. Windows color (decimal): -4961682 or 7228084. OLE color: 7228084.

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

Color convert

RGB18074110-
CMYK00.590.390.29
HSL339.62º41.73%49.8%-
HSV(B)339.62º58.89%70.59%-
XYZ24.0915.7316.52-
YUV109.8128.12178.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=49.45%
G=20.33%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807411000.590.390.29339.6241.7349.8
HexB44A6E03B271D1542a32
Octal26411215607347355245262
Binary1011010010010101101110011101110011111101101010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A6E; }

 p { color: rgb(180,74,110); }

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

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

 a { background-color: rgb(180,74,110); }

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

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

 span { border-color: rgb(180,74,110); }

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