#B4487D

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

Shades of Royal Heath #B4487D

Tints of Royal Heath #B4487D

Color information

#B4487D (or 0xB4487D) is unknown color: approx Royal Heath. HEX triplet: B4, 48 and 7D. RGB value is (180,72,125). Sum of RGB (Red+Green+Blue) = 180+72+125=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4487D is #4BB782. Grayscale: #6E6E6E. Windows color (decimal): -4962179 or 8210612. OLE color: 8210612.

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

Color convert

RGB18072125-
CMYK00.600.310.29
HSL330.56º42.86%49.41%-
HSV(B)330.56º60%70.59%-
XYZ24.8415.8221.15-
YUV110.33136.28177.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 72 (28.52% from 255) = 19.10%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=47.75%
G=19.10%
B=33.16%

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
Decimal1807212500.600.310.29330.5642.8649.41
HexB4487D03C1F1D14b2b31
Octal26411017507437355135361
Binary101101001001000111110101111001111111101101001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4487D; }

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

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

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

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

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

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

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

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