#B5497E

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

Shades of Royal Heath #B5497E

Tints of Royal Heath #B5497E

Color information

#B5497E (or 0xB5497E) is unknown color: approx Royal Heath. HEX triplet: B5, 49 and 7E. RGB value is (181,73,126). Sum of RGB (Red+Green+Blue) = 181+73+126=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5497E is #4AB681. Grayscale: #6F6F6F. Windows color (decimal): -4896386 or 8276405. OLE color: 8276405.

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

Color convert

RGB18173126-
CMYK00.600.300.29
HSL330.56º42.52%49.8%-
HSV(B)330.56º59.67%70.98%-
XYZ25.216.121.52-
YUV111.33136.28177.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=47.63%
G=19.21%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817312600.600.300.29330.5642.5249.8
HexB5497E03C1E1D14b2b32
Octal26511117607436355135362
Binary101101011001001111111001111001111011101101001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5497E; }

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

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

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

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

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

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

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

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