#B44F7B

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

Shades of Royal Heath #B44F7B

Tints of Royal Heath #B44F7B

Color information

#B44F7B (or 0xB44F7B) is unknown color: approx Royal Heath. HEX triplet: B4, 4F and 7B. RGB value is (180,79,123). Sum of RGB (Red+Green+Blue) = 180+79+123=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F7B is #4BB084. Grayscale: #727272. Windows color (decimal): -4960389 or 8081332. OLE color: 8081332.

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

Color convert

RGB18079123-
CMYK00.560.320.29
HSL333.86º40.24%50.78%-
HSV(B)333.86º56.11%70.59%-
XYZ25.1916.7320.64-
YUV114.22132.96174.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=47.12%
G=20.68%
B=32.20%

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
Decimal1807912300.560.320.29333.8640.2450.78
HexB44F7B038201D14e2833
Octal26411717307040355165063
Binary1011010010011111111011011100010000011101101001110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F7B; }

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

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

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

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

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

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

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

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