#B9486F

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

Shades of Royal Heath #B9486F

Tints of Royal Heath #B9486F

Color information

#B9486F (or 0xB9486F) is unknown color: approx Royal Heath. HEX triplet: B9, 48 and 6F. RGB value is (185,72,111). Sum of RGB (Red+Green+Blue) = 185+72+111=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B9486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9486F is #46B790. Grayscale: #6E6E6E. Windows color (decimal): -4634513 or 7293113. OLE color: 7293113.

HSL color Cylindrical-coordinate representation of color #B9486F: hue angle of 339.29º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9486F is Cyan = 0, Magento = 0.61, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB18572111-
CMYK00.610.40.27
HSL339.29º44.66%50.39%-
HSV(B)339.29º61.08%72.55%-
XYZ25.1916.116.82-
YUV110.23128.44181.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 72 (28.52% from 255) = 19.57%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=50.27%
G=19.57%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857211100.610.40.27339.2944.6650.39
HexB9486F03D281B1532d32
Octal27111015707550335235562
Binary1011100110010001101111011110110100011011101010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9486F; }

 p { color: rgb(185,72,111); }

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

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

 a { background-color: rgb(185,72,111); }

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

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

 span { border-color: rgb(185,72,111); }

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