#B5496E

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

Shades of Royal Heath #B5496E

Tints of Royal Heath #B5496E

Color information

#B5496E (or 0xB5496E) is unknown color: approx Royal Heath. HEX triplet: B5, 49 and 6E. RGB value is (181,73,110). Sum of RGB (Red+Green+Blue) = 181+73+110=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5496E is #4AB691. Grayscale: #6D6D6D. Windows color (decimal): -4896402 or 7227829. OLE color: 7227829.

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

Color convert

RGB18173110-
CMYK00.600.390.29
HSL339.44º42.52%49.8%-
HSV(B)339.44º59.67%70.98%-
XYZ24.2515.7116.51-
YUV109.51128.28178.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=49.73%
G=20.05%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817311000.600.390.29339.4442.5249.8
HexB5496E03C271D1532b32
Octal26511115607447355235362
Binary1011010110010011101110011110010011111101101010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5496E; }

 p { color: rgb(181,73,110); }

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

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

 a { background-color: rgb(181,73,110); }

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

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

 span { border-color: rgb(181,73,110); }

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