#B16F3E

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

Shades of Bourbon #B16F3E

Tints of Bourbon #B16F3E

Color information

#B16F3E (or 0xB16F3E) is unknown color: approx Bourbon. HEX triplet: B1, 6F and 3E. RGB value is (177,111,62). Sum of RGB (Red+Green+Blue) = 177+111+62=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F3E is #4E90C1. Grayscale: #7D7D7D. Windows color (decimal): -5148866 or 4091825. OLE color: 4091825.

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

Color convert

RGB17711162-
CMYK00.370.650.31
HSL25.57º48.12%46.86%-
HSV(B)25.57º64.97%69.41%-
XYZ24.6921.067.32-
YUV125.1592.37164.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 62 (24.61% from 255) = 17.71%
R=50.57%
G=31.71%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771116200.370.650.3125.5748.1246.86
HexB16F3E025411F1a302f
Octal2611577604510137326057
Binary101100011101111111110010010110000011111111010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F3E; }

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

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

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

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

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

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

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

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