#B9416E

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

Shades of Royal Heath #B9416E

Tints of Royal Heath #B9416E

Color information

#B9416E (or 0xB9416E) is unknown color: approx Royal Heath. HEX triplet: B9, 41 and 6E. RGB value is (185,65,110). Sum of RGB (Red+Green+Blue) = 185+65+110=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9416E is #46BE91. Grayscale: #696969. Windows color (decimal): -4636306 or 7225785. OLE color: 7225785.

HSL color Cylindrical-coordinate representation of color #B9416E: hue angle of 337.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9416E is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18565110-
CMYK00.650.410.27
HSL337.5º48%49.02%-
HSV(B)337.5º64.86%72.55%-
XYZ24.7115.2216.39-
YUV106.01130.26184.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=51.39%
G=18.06%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856511000.650.410.27337.54849.02
HexB9416E041291B1523031
Octal271101156010151335226061
Binary10111001100000111011100100000110100111011101010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9416E; }

 p { color: rgb(185,65,110); }

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

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

 a { background-color: rgb(185,65,110); }

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

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

 span { border-color: rgb(185,65,110); }

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