#B16D3D

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

Shades of Bourbon #B16D3D

Tints of Bourbon #B16D3D

Color information

#B16D3D (or 0xB16D3D) is unknown color: approx Bourbon. HEX triplet: B1, 6D and 3D. RGB value is (177,109,61). Sum of RGB (Red+Green+Blue) = 177+109+61=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D3D is #4E92C2. Grayscale: #7C7C7C. Windows color (decimal): -5149379 or 4025777. OLE color: 4025777.

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

Color convert

RGB17710961-
CMYK00.380.660.31
HSL24.83º48.74%46.67%-
HSV(B)24.83º65.54%69.41%-
XYZ24.4420.627.11-
YUV123.8692.53165.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=51.01%
G=31.41%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771096100.380.660.3124.8348.7446.67
HexB16D3D026421F19312f
Octal2611557504610237316157
Binary101100011101101111101010011010000101111111001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D3D; }

 p { color: rgb(177,109,61); }

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

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

 a { background-color: rgb(177,109,61); }

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

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

 span { border-color: rgb(177,109,61); }

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