#B16938

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

Shades of Bourbon #B16938

Tints of Bourbon #B16938

Color information

#B16938 (or 0xB16938) is unknown color: approx Bourbon. HEX triplet: B1, 69 and 38. RGB value is (177,105,56). Sum of RGB (Red+Green+Blue) = 177+105+56=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B16938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16938 is #4E96C7. Grayscale: #797979. Windows color (decimal): -5150408 or 3697073. OLE color: 3697073.

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

Color convert

RGB17710556-
CMYK00.410.680.31
HSL24.3º51.93%45.69%-
HSV(B)24.3º68.36%69.41%-
XYZ23.919.746.29-
YUV120.9491.35167.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=52.37%
G=31.07%
B=16.57%

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
Decimal1771055600.410.680.3124.351.9345.69
HexB16938029441F18342e
Octal2611517005110437306456
Binary101100011101001111000010100110001001111111000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16938; }

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

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

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

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

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

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

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

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