#B16F3A

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

Shades of Bourbon #B16F3A

Tints of Bourbon #B16F3A

Color information

#B16F3A (or 0xB16F3A) is unknown color: approx Bourbon. HEX triplet: B1, 6F and 3A. RGB value is (177,111,58). Sum of RGB (Red+Green+Blue) = 177+111+58=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F3A is #4E90C5. Grayscale: #7C7C7C. Windows color (decimal): -5148870 or 3829681. OLE color: 3829681.

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

Color convert

RGB17711158-
CMYK00.370.670.31
HSL26.72º50.64%46.08%-
HSV(B)26.72º67.23%69.41%-
XYZ24.5821.026.77-
YUV124.6990.37165.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 58 (23.05% from 255) = 16.76%
R=51.16%
G=32.08%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771115800.370.670.3126.7250.6446.08
HexB16F3A025431F1b332e
Octal2611577204510337336356
Binary101100011101111111010010010110000111111111011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F3A; }

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

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

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

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

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

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

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

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