#B16839

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

Shades of Bourbon #B16839

Tints of Bourbon #B16839

Color information

#B16839 (or 0xB16839) is unknown color: approx Bourbon. HEX triplet: B1, 68 and 39. RGB value is (177,104,57). Sum of RGB (Red+Green+Blue) = 177+104+57=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B16839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16839 is #4E97C6. Grayscale: #787878. Windows color (decimal): -5150663 or 3762353. OLE color: 3762353.

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

Color convert

RGB17710457-
CMYK00.410.680.31
HSL23.5º51.28%45.88%-
HSV(B)23.5º67.8%69.41%-
XYZ23.8219.546.39-
YUV120.4792.18168.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 57 (22.66% from 255) = 16.86%
R=52.37%
G=30.77%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771045700.410.680.3123.551.2845.88
HexB16839029441F18332e
Octal2611507105110437306356
Binary101100011101000111001010100110001001111111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16839; }

 p { color: rgb(177,104,57); }

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

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

 a { background-color: rgb(177,104,57); }

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

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

 span { border-color: rgb(177,104,57); }

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