#B44D6F

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

Shades of Royal Heath #B44D6F

Tints of Royal Heath #B44D6F

Color information

#B44D6F (or 0xB44D6F) is unknown color: approx Royal Heath. HEX triplet: B4, 4D and 6F. RGB value is (180,77,111). Sum of RGB (Red+Green+Blue) = 180+77+111=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44D6F is #4BB290. Grayscale: #6F6F6F. Windows color (decimal): -4960913 or 7294388. OLE color: 7294388.

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

Color convert

RGB18077111-
CMYK00.570.380.29
HSL340.19º40.71%50.39%-
HSV(B)340.19º57.22%70.59%-
XYZ24.3516.1616.87-
YUV111.67127.62176.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=48.91%
G=20.92%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807711100.570.380.29340.1940.7150.39
HexB44D6F039261D1542932
Octal26411515707146355245162
Binary1011010010011011101111011100110011011101101010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D6F; }

 p { color: rgb(180,77,111); }

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

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

 a { background-color: rgb(180,77,111); }

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

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

 span { border-color: rgb(180,77,111); }

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