#B16C43

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

Shades of Bourbon #B16C43

Tints of Bourbon #B16C43

Color information

#B16C43 (or 0xB16C43) is unknown color: approx Bourbon. HEX triplet: B1, 6C and 43. RGB value is (177,108,67). Sum of RGB (Red+Green+Blue) = 177+108+67=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C43 is #4E93BC. Grayscale: #7C7C7C. Windows color (decimal): -5149629 or 4418737. OLE color: 4418737.

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

Color convert

RGB17710867-
CMYK00.390.620.31
HSL22.36º45.08%47.84%-
HSV(B)22.36º62.15%69.41%-
XYZ24.5120.487.97-
YUV123.9695.86165.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=50.28%
G=30.68%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771086700.390.620.3122.3645.0847.84
HexB16C430273E1F162d30
Octal2611541030477637265560
Binary101100011101100100001101001111111101111110110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C43; }

 p { color: rgb(177,108,67); }

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

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

 a { background-color: rgb(177,108,67); }

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

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

 span { border-color: rgb(177,108,67); }

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