#B4497F

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

Shades of Royal Heath #B4497F

Tints of Royal Heath #B4497F

Color information

#B4497F (or 0xB4497F) is unknown color: approx Royal Heath. HEX triplet: B4, 49 and 7F. RGB value is (180,73,127). Sum of RGB (Red+Green+Blue) = 180+73+127=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B4497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4497F is #4BB680. Grayscale: #6F6F6F. Windows color (decimal): -4961921 or 8341940. OLE color: 8341940.

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

Color convert

RGB18073127-
CMYK00.590.290.29
HSL329.72º42.29%49.61%-
HSV(B)329.72º59.44%70.59%-
XYZ25.041621.85-
YUV111.15136.95177.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 127 (50% from 255) = 33.42%
R=47.37%
G=19.21%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807312700.590.290.29329.7242.2949.61
HexB4497F03B1D1D14a2a32
Octal26411117707335355125262
Binary101101001001001111111101110111110111101101001010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4497F; }

 p { color: rgb(180,73,127); }

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

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

 a { background-color: rgb(180,73,127); }

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

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

 span { border-color: rgb(180,73,127); }

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