#B5497D

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

Shades of Royal Heath #B5497D

Tints of Royal Heath #B5497D

Color information

#B5497D (or 0xB5497D) is unknown color: approx Royal Heath. HEX triplet: B5, 49 and 7D. RGB value is (181,73,125). Sum of RGB (Red+Green+Blue) = 181+73+125=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5497D is #4AB682. Grayscale: #6F6F6F. Windows color (decimal): -4896387 or 8210869. OLE color: 8210869.

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

Color convert

RGB18173125-
CMYK00.600.310.29
HSL331.11º42.52%49.8%-
HSV(B)331.11º59.67%70.98%-
XYZ25.1416.0721.18-
YUV111.22135.78177.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=47.76%
G=19.26%
B=32.98%

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
Decimal1817312500.600.310.29331.1142.5249.8
HexB5497D03C1F1D14b2b32
Octal26511117507437355135362
Binary101101011001001111110101111001111111101101001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5497D; }

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

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

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

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

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

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

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

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