#B1733D

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

Shades of Bourbon #B1733D

Tints of Bourbon #B1733D

Color information

#B1733D (or 0xB1733D) is unknown color: approx Bourbon. HEX triplet: B1, 73 and 3D. RGB value is (177,115,61). Sum of RGB (Red+Green+Blue) = 177+115+61=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1733D is #4E8CC2. Grayscale: #7F7F7F. Windows color (decimal): -5147843 or 4027313. OLE color: 4027313.

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

Color convert

RGB17711561-
CMYK00.350.660.31
HSL27.93º48.74%46.67%-
HSV(B)27.93º65.54%69.41%-
XYZ25.121.957.33-
YUV127.3890.54163.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 61 (24.22% from 255) = 17.28%
R=50.14%
G=32.58%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771156100.350.660.3127.9348.7446.67
HexB1733D023421F1c312f
Octal2611637504310237346157
Binary101100011110011111101010001110000101111111100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1733D; }

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

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

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

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

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

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

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

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