#B4487A

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

Shades of Royal Heath #B4487A

Tints of Royal Heath #B4487A

Color information

#B4487A (or 0xB4487A) is unknown color: approx Royal Heath. HEX triplet: B4, 48 and 7A. RGB value is (180,72,122). Sum of RGB (Red+Green+Blue) = 180+72+122=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4487A is #4BB785. Grayscale: #6D6D6D. Windows color (decimal): -4962182 or 8014004. OLE color: 8014004.

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

Color convert

RGB18072122-
CMYK00.600.320.29
HSL332.22º42.86%49.41%-
HSV(B)332.22º60%70.59%-
XYZ24.6515.7420.15-
YUV109.99134.78177.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 72 (28.52% from 255) = 19.25%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=48.13%
G=19.25%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807212200.600.320.29332.2242.8649.41
HexB4487A03C201D14c2b31
Octal26411017207440355145361
Binary1011010010010001111010011110010000011101101001100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4487A; }

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

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

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

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

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

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

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

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