#B16D3E

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

Shades of Bourbon #B16D3E

Tints of Bourbon #B16D3E

Color information

#B16D3E (or 0xB16D3E) is unknown color: approx Bourbon. HEX triplet: B1, 6D and 3E. RGB value is (177,109,62). Sum of RGB (Red+Green+Blue) = 177+109+62=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D3E is #4E92C1. Grayscale: #7C7C7C. Windows color (decimal): -5149378 or 4091313. OLE color: 4091313.

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

Color convert

RGB17710962-
CMYK00.380.650.31
HSL24.52º48.12%46.86%-
HSV(B)24.52º64.97%69.41%-
XYZ24.4720.637.25-
YUV123.9793.03165.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=50.86%
G=31.32%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771096200.380.650.3124.5248.1246.86
HexB16D3E026411F19302f
Octal2611557604610137316057
Binary101100011101101111110010011010000011111111001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D3E; }

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

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

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

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

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

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

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

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