#B16A3C

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

Shades of Bourbon #B16A3C

Tints of Bourbon #B16A3C

Color information

#B16A3C (or 0xB16A3C) is unknown color: approx Bourbon. HEX triplet: B1, 6A and 3C. RGB value is (177,106,60). Sum of RGB (Red+Green+Blue) = 177+106+60=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A3C is #4E95C3. Grayscale: #7A7A7A. Windows color (decimal): -5150148 or 3959473. OLE color: 3959473.

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

Color convert

RGB17710660-
CMYK00.400.660.31
HSL23.59º49.37%46.47%-
HSV(B)23.59º66.1%69.41%-
XYZ24.119.986.86-
YUV121.9893.02167.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=51.60%
G=30.90%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771066000.400.660.3123.5949.3746.47
HexB16A3C028421F18312e
Octal2611527405010237306156
Binary101100011101010111100010100010000101111111000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A3C; }

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

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

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

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

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

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

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

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