#B9416B

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

Shades of Royal Heath #B9416B

Tints of Royal Heath #B9416B

Color information

#B9416B (or 0xB9416B) is unknown color: approx Royal Heath. HEX triplet: B9, 41 and 6B. RGB value is (185,65,107). Sum of RGB (Red+Green+Blue) = 185+65+107=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9416B is #46BE94. Grayscale: #696969. Windows color (decimal): -4636309 or 7029177. OLE color: 7029177.

HSL color Cylindrical-coordinate representation of color #B9416B: hue angle of 339º 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 #B9416B is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18565107-
CMYK00.650.420.27
HSL339º48%49.02%-
HSV(B)339º64.86%72.55%-
XYZ24.5515.1615.54-
YUV105.67128.76184.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=51.82%
G=18.21%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856510700.650.420.273394849.02
HexB9416B0412A1B1533031
Octal271101153010152335236061
Binary10111001100000111010110100000110101011011101010011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9416B; }

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

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

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

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

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

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

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

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