#B1693D

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

Shades of Bourbon #B1693D

Tints of Bourbon #B1693D

Color information

#B1693D (or 0xB1693D) is unknown color: approx Bourbon. HEX triplet: B1, 69 and 3D. RGB value is (177,105,61). Sum of RGB (Red+Green+Blue) = 177+105+61=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1693D is #4E96C2. Grayscale: #797979. Windows color (decimal): -5150403 or 4024753. OLE color: 4024753.

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

Color convert

RGB17710561-
CMYK00.410.660.31
HSL22.76º48.74%46.67%-
HSV(B)22.76º65.54%69.41%-
XYZ24.0319.796.97-
YUV121.5193.85167.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=51.60%
G=30.61%
B=17.78%

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
Decimal1771056100.410.660.3122.7648.7446.67
HexB1693D029421F17312f
Octal2611517505110237276157
Binary101100011101001111101010100110000101111110111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1693D; }

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

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

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

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

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

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

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

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