#B16A3E

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

Shades of Bourbon #B16A3E

Tints of Bourbon #B16A3E

Color information

#B16A3E (or 0xB16A3E) is unknown color: approx Bourbon. HEX triplet: B1, 6A and 3E. RGB value is (177,106,62). Sum of RGB (Red+Green+Blue) = 177+106+62=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A3E is #4E95C1. Grayscale: #7A7A7A. Windows color (decimal): -5150146 or 4090545. OLE color: 4090545.

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

Color convert

RGB17710662-
CMYK00.400.650.31
HSL22.96º48.12%46.86%-
HSV(B)22.96º64.97%69.41%-
XYZ24.15207.15-
YUV122.2194.02167.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 62 (24.61% from 255) = 17.97%
R=51.30%
G=30.72%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771066200.400.650.3122.9648.1246.86
HexB16A3E028411F17302f
Octal2611527605010137276057
Binary101100011101010111110010100010000011111110111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A3E; }

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

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

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

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

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

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

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

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