#B44C7C

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

Shades of Royal Heath #B44C7C

Tints of Royal Heath #B44C7C

Color information

#B44C7C (or 0xB44C7C) is unknown color: approx Royal Heath. HEX triplet: B4, 4C and 7C. RGB value is (180,76,124). Sum of RGB (Red+Green+Blue) = 180+76+124=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C7C is #4BB383. Grayscale: #707070. Windows color (decimal): -4961156 or 8146100. OLE color: 8146100.

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

Color convert

RGB18076124-
CMYK00.580.310.29
HSL332.31º40.94%50.2%-
HSV(B)332.31º57.78%70.59%-
XYZ25.0416.3320.9-
YUV112.57134.46176.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=47.37%
G=20%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807612400.580.310.29332.3140.9450.2
HexB44C7C03A1F1D14c2932
Octal26411417407237355145162
Binary101101001001100111110001110101111111101101001100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C7C; }

 p { color: rgb(180,76,124); }

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

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

 a { background-color: rgb(180,76,124); }

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

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

 span { border-color: rgb(180,76,124); }

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