#B5467D

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

Shades of Royal Heath #B5467D

Tints of Royal Heath #B5467D

Color information

#B5467D (or 0xB5467D) is unknown color: approx Royal Heath. HEX triplet: B5, 46 and 7D. RGB value is (181,70,125). Sum of RGB (Red+Green+Blue) = 181+70+125=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5467D is #4AB982. Grayscale: #6D6D6D. Windows color (decimal): -4897155 or 8210101. OLE color: 8210101.

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

Color convert

RGB18170125-
CMYK00.610.310.29
HSL330.27º44.22%49.22%-
HSV(B)330.27º61.33%70.98%-
XYZ24.9515.6821.11-
YUV109.46136.77179.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=48.14%
G=18.62%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817012500.610.310.29330.2744.2249.22
HexB5467D03D1F1D14a2c31
Octal26510617507537355125461
Binary101101011000110111110101111011111111101101001010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5467D; }

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

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

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

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

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

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

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

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