#B1683A

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

Shades of Bourbon #B1683A

Tints of Bourbon #B1683A

Color information

#B1683A (or 0xB1683A) is unknown color: approx Bourbon. HEX triplet: B1, 68 and 3A. RGB value is (177,104,58). Sum of RGB (Red+Green+Blue) = 177+104+58=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1683A is #4E97C5. Grayscale: #787878. Windows color (decimal): -5150662 or 3827889. OLE color: 3827889.

HSL color Cylindrical-coordinate representation of color #B1683A: hue angle of 23.19º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1683A is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17710458-
CMYK00.410.670.31
HSL23.19º50.64%46.08%-
HSV(B)23.19º67.23%69.41%-
XYZ23.8519.556.52-
YUV120.5892.68168.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=52.21%
G=30.68%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771045800.410.670.3123.1950.6446.08
HexB1683A029431F17332e
Octal2611507205110337276356
Binary101100011101000111010010100110000111111110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1683A; }

 p { color: rgb(177,104,58); }

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

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

 a { background-color: rgb(177,104,58); }

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

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

 span { border-color: rgb(177,104,58); }

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