#B44F6E

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

Shades of Royal Heath #B44F6E

Tints of Royal Heath #B44F6E

Color information

#B44F6E (or 0xB44F6E) is unknown color: approx Royal Heath. HEX triplet: B4, 4F and 6E. RGB value is (180,79,110). Sum of RGB (Red+Green+Blue) = 180+79+110=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F6E is #4BB091. Grayscale: #707070. Windows color (decimal): -4960402 or 7229364. OLE color: 7229364.

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

Color convert

RGB18079110-
CMYK00.560.390.29
HSL341.58º40.24%50.78%-
HSV(B)341.58º56.11%70.59%-
XYZ24.4316.4216.63-
YUV112.73126.46175.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 79 (31.25% from 255) = 21.41%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=48.78%
G=21.41%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807911000.560.390.29341.5840.2450.78
HexB44F6E038271D1562833
Octal26411715607047355265063
Binary1011010010011111101110011100010011111101101010110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F6E; }

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

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

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

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

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

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

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

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