#b16937

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

Shades of Bourbon #B16937

Tints of Bourbon #B16937

Color information

#B16937 (or 0xB16937) is unknown color: approx Bourbon. HEX triplet: B1, 69 and 37. RGB value is (177,105,55). Sum of RGB (Red+Green+Blue) = 177+105+55=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B16937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16937 is #4E96C8. Grayscale: #797979. Windows color (decimal): -5150409 or 3631537. OLE color: 3631537.

HSL color Cylindrical-coordinate representation of color #B16937: hue angle of 24.59º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B16937 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17710555-
CMYK00.410.690.31
HSL24.59º52.59%45.49%-
HSV(B)24.59º68.93%69.41%-
XYZ23.8719.736.16-
YUV120.8390.85168.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 55 (21.88% from 255) = 16.32%
R=52.52%
G=31.16%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771055500.410.690.3124.5952.5945.49
HexB16937029451F19352d
Octal2611516705110537316555
Binary101100011101001110111010100110001011111111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b16937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b16937; }

 p { color: rgb(177,105,55); }

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

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

 a { background-color: rgb(177,105,55); }

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

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

 span { border-color: rgb(177,105,55); }

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