#B4487C

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

Shades of Royal Heath #B4487C

Tints of Royal Heath #B4487C

Color information

#B4487C (or 0xB4487C) is unknown color: approx Royal Heath. HEX triplet: B4, 48 and 7C. RGB value is (180,72,124). Sum of RGB (Red+Green+Blue) = 180+72+124=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4487C is #4BB783. Grayscale: #6E6E6E. Windows color (decimal): -4962180 or 8145076. OLE color: 8145076.

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

Color convert

RGB18072124-
CMYK00.600.310.29
HSL331.11º42.86%49.41%-
HSV(B)331.11º60%70.59%-
XYZ24.7815.7920.81-
YUV110.22135.78177.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=47.87%
G=19.15%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807212400.600.310.29331.1142.8649.41
HexB4487C03C1F1D14b2b31
Octal26411017407437355135361
Binary101101001001000111110001111001111111101101001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4487C; }

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

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

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

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

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

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

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

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