#B16F3F

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

Shades of Bourbon #B16F3F

Tints of Bourbon #B16F3F

Color information

#B16F3F (or 0xB16F3F) is unknown color: approx Bourbon. HEX triplet: B1, 6F and 3F. RGB value is (177,111,63). Sum of RGB (Red+Green+Blue) = 177+111+63=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F3F is #4E90C0. Grayscale: #7D7D7D. Windows color (decimal): -5148865 or 4157361. OLE color: 4157361.

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

Color convert

RGB17711163-
CMYK00.370.640.31
HSL25.26º47.5%47.06%-
HSV(B)25.26º64.41%69.41%-
XYZ24.7121.077.47-
YUV125.2692.87164.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 63 (25% from 255) = 17.95%
R=50.43%
G=31.62%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771116300.370.640.3125.2647.547.06
HexB16F3F025401F19302f
Octal2611577704510037316057
Binary101100011101111111111010010110000001111111001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F3F; }

 p { color: rgb(177,111,63); }

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

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

 a { background-color: rgb(177,111,63); }

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

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

 span { border-color: rgb(177,111,63); }

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