#B1693A

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

Shades of Bourbon #B1693A

Tints of Bourbon #B1693A

Color information

#B1693A (or 0xB1693A) is unknown color: approx Bourbon. HEX triplet: B1, 69 and 3A. RGB value is (177,105,58). Sum of RGB (Red+Green+Blue) = 177+105+58=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1693A is #4E96C5. Grayscale: #797979. Windows color (decimal): -5150406 or 3828145. OLE color: 3828145.

HSL color Cylindrical-coordinate representation of color #B1693A: hue angle of 23.7º 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 #B1693A is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17710558-
CMYK00.410.670.31
HSL23.7º50.64%46.08%-
HSV(B)23.7º67.23%69.41%-
XYZ23.9519.766.55-
YUV121.1792.35167.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 58 (23.05% from 255) = 17.06%
R=52.06%
G=30.88%
B=17.06%

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
Decimal1771055800.410.670.3123.750.6446.08
HexB1693A029431F18332e
Octal2611517205110337306356
Binary101100011101001111010010100110000111111111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1693A; }

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

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

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

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

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

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

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

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