#B5416D

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

Shades of Royal Heath #B5416D

Tints of Royal Heath #B5416D

Color information

#B5416D (or 0xB5416D) is unknown color: approx Royal Heath. HEX triplet: B5, 41 and 6D. RGB value is (181,65,109). Sum of RGB (Red+Green+Blue) = 181+65+109=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5416D is #4ABE92. Grayscale: #686868. Windows color (decimal): -4898451 or 7160245. OLE color: 7160245.

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

Color convert

RGB18165109-
CMYK00.640.400.29
HSL337.24º47.15%48.24%-
HSV(B)337.24º64.09%70.98%-
XYZ23.7114.7116.06-
YUV104.7130.43182.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=50.99%
G=18.31%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816510900.640.400.29337.2447.1548.24
HexB5416D040281D1512f30
Octal265101155010050355215760
Binary10110101100000111011010100000010100011101101010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5416D; }

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

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

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

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

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

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

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

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