#B1693C

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

Shades of Bourbon #B1693C

Tints of Bourbon #B1693C

Color information

#B1693C (or 0xB1693C) is unknown color: approx Bourbon. HEX triplet: B1, 69 and 3C. RGB value is (177,105,60). Sum of RGB (Red+Green+Blue) = 177+105+60=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1693C is #4E96C3. Grayscale: #797979. Windows color (decimal): -5150404 or 3959217. OLE color: 3959217.

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

Color convert

RGB17710560-
CMYK00.410.660.31
HSL23.08º49.37%46.47%-
HSV(B)23.08º66.1%69.41%-
XYZ2419.786.83-
YUV121.493.35167.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=51.75%
G=30.70%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771056000.410.660.3123.0849.3746.47
HexB1693C029421F17312e
Octal2611517405110237276156
Binary101100011101001111100010100110000101111110111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1693C; }

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

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

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

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

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

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

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

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