#B16F49

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

Shades of Bourbon #B16F49

Tints of Bourbon #B16F49

Color information

#B16F49 (or 0xB16F49) is unknown color: approx Bourbon. HEX triplet: B1, 6F and 49. RGB value is (177,111,73). Sum of RGB (Red+Green+Blue) = 177+111+73=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F49 is #4E90B6. Grayscale: #7E7E7E. Windows color (decimal): -5148855 or 4812721. OLE color: 4812721.

HSL color Cylindrical-coordinate representation of color #B16F49: hue angle of 21.92º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B16F49 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17711173-
CMYK00.370.590.31
HSL21.92º41.6%49.02%-
HSV(B)21.92º58.76%69.41%-
XYZ25.0221.29.08-
YUV126.497.87164.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=49.03%
G=30.75%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771117300.370.590.3121.9241.649.02
HexB16F490253B1F162a31
Octal2611571110457337265261
Binary101100011101111100100101001011110111111110110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F49; }

 p { color: rgb(177,111,73); }

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

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

 a { background-color: rgb(177,111,73); }

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

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

 span { border-color: rgb(177,111,73); }

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