#B16942

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

Shades of Bourbon #B16942

Tints of Bourbon #B16942

Color information

#B16942 (or 0xB16942) is unknown color: approx Bourbon. HEX triplet: B1, 69 and 42. RGB value is (177,105,66). Sum of RGB (Red+Green+Blue) = 177+105+66=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B16942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16942 is #4E96BD. Grayscale: #7A7A7A. Windows color (decimal): -5150398 or 4352433. OLE color: 4352433.

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

Color convert

RGB17710566-
CMYK00.410.630.31
HSL21.08º45.68%47.65%-
HSV(B)21.08º62.71%69.41%-
XYZ24.1719.847.71-
YUV122.0896.35167.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=50.86%
G=30.17%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771056600.410.630.3121.0845.6847.65
HexB169420293F1F152e30
Octal2611511020517737255660
Binary101100011101001100001001010011111111111110101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16942; }

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

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

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

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

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

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

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

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