#B44F7A

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

Shades of Royal Heath #B44F7A

Tints of Royal Heath #B44F7A

Color information

#B44F7A (or 0xB44F7A) is unknown color: approx Royal Heath. HEX triplet: B4, 4F and 7A. RGB value is (180,79,122). Sum of RGB (Red+Green+Blue) = 180+79+122=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F7A is #4BB085. Grayscale: #727272. Windows color (decimal): -4960390 or 8015796. OLE color: 8015796.

HSL color Cylindrical-coordinate representation of color #B44F7A: hue angle of 334.46º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B44F7A is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18079122-
CMYK00.560.320.29
HSL334.46º40.24%50.78%-
HSV(B)334.46º56.11%70.59%-
XYZ25.1316.720.31-
YUV114.1132.46175-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=47.24%
G=20.73%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807912200.560.320.29334.4640.2450.78
HexB44F7A038201D14e2833
Octal26411717207040355165063
Binary1011010010011111111010011100010000011101101001110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F7A; }

 p { color: rgb(180,79,122); }

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

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

 a { background-color: rgb(180,79,122); }

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

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

 span { border-color: rgb(180,79,122); }

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