#B16C42

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

Shades of Bourbon #B16C42

Tints of Bourbon #B16C42

Color information

#B16C42 (or 0xB16C42) is unknown color: approx Bourbon. HEX triplet: B1, 6C and 42. RGB value is (177,108,66). Sum of RGB (Red+Green+Blue) = 177+108+66=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C42 is #4E93BD. Grayscale: #7C7C7C. Windows color (decimal): -5149630 or 4353201. OLE color: 4353201.

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

Color convert

RGB17710866-
CMYK00.390.630.31
HSL22.7º45.68%47.65%-
HSV(B)22.7º62.71%69.41%-
XYZ24.4820.477.81-
YUV123.8495.36165.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 108 (42.58% from 255) = 30.77%
BLUE value IS 66 (26.17% from 255) = 18.80%
R=50.43%
G=30.77%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771086600.390.630.3122.745.6847.65
HexB16C420273F1F172e30
Octal2611541020477737275660
Binary101100011101100100001001001111111111111110111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C42; }

 p { color: rgb(177,108,66); }

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

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

 a { background-color: rgb(177,108,66); }

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

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

 span { border-color: rgb(177,108,66); }

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