#B5467A

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

Shades of Royal Heath #B5467A

Tints of Royal Heath #B5467A

Color information

#B5467A (or 0xB5467A) is unknown color: approx Royal Heath. HEX triplet: B5, 46 and 7A. RGB value is (181,70,122). Sum of RGB (Red+Green+Blue) = 181+70+122=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5467A is #4AB985. Grayscale: #6D6D6D. Windows color (decimal): -4897158 or 8013493. OLE color: 8013493.

HSL color Cylindrical-coordinate representation of color #B5467A: hue angle of 331.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5467A is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18170122-
CMYK00.610.330.29
HSL331.89º44.22%49.22%-
HSV(B)331.89º61.33%70.98%-
XYZ24.7615.6120.12-
YUV109.12135.27179.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 70 (27.73% from 255) = 18.77%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=48.53%
G=18.77%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817012200.610.330.29331.8944.2249.22
HexB5467A03D211D14c2c31
Octal26510617207541355145461
Binary1011010110001101111010011110110000111101101001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5467A; }

 p { color: rgb(181,70,122); }

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

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

 a { background-color: rgb(181,70,122); }

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

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

 span { border-color: rgb(181,70,122); }

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