#B5417A

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

Shades of Royal Heath #B5417A

Tints of Royal Heath #B5417A

Color information

#B5417A (or 0xB5417A) is unknown color: approx Royal Heath. HEX triplet: B5, 41 and 7A. RGB value is (181,65,122). Sum of RGB (Red+Green+Blue) = 181+65+122=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B5417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5417A is #4ABE85. Grayscale: #6A6A6A. Windows color (decimal): -4898438 or 8012213. OLE color: 8012213.

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

Color convert

RGB18165122-
CMYK00.640.330.29
HSL330.52º47.15%48.24%-
HSV(B)330.52º64.09%70.98%-
XYZ24.4615.0120.02-
YUV106.18136.93181.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 65 (25.78% from 255) = 17.66%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=49.18%
G=17.66%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816512200.640.330.29330.5247.1548.24
HexB5417A040211D14b2f30
Octal265101172010041355135760
Binary10110101100000111110100100000010000111101101001011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5417A; }

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

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

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

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

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

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

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

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