#B4477C

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

Shades of Royal Heath #B4477C

Tints of Royal Heath #B4477C

Color information

#B4477C (or 0xB4477C) is unknown color: approx Royal Heath. HEX triplet: B4, 47 and 7C. RGB value is (180,71,124). Sum of RGB (Red+Green+Blue) = 180+71+124=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4477C is #4BB883. Grayscale: #6D6D6D. Windows color (decimal): -4962436 or 8144820. OLE color: 8144820.

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

Color convert

RGB18071124-
CMYK00.610.310.29
HSL330.83º43.43%49.22%-
HSV(B)330.83º60.56%70.59%-
XYZ24.7115.6720.79-
YUV109.63136.11178.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=48%
G=18.93%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807112400.610.310.29330.8343.4349.22
HexB4477C03D1F1D14b2b31
Octal26410717407537355135361
Binary101101001000111111110001111011111111101101001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4477C; }

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

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

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

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

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

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

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

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