#B1733E

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

Shades of Bourbon #B1733E

Tints of Bourbon #B1733E

Color information

#B1733E (or 0xB1733E) is unknown color: approx Bourbon. HEX triplet: B1, 73 and 3E. RGB value is (177,115,62). Sum of RGB (Red+Green+Blue) = 177+115+62=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1733E is #4E8CC1. Grayscale: #7F7F7F. Windows color (decimal): -5147842 or 4092849. OLE color: 4092849.

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

Color convert

RGB17711562-
CMYK00.350.650.31
HSL27.65º48.12%46.86%-
HSV(B)27.65º64.97%69.41%-
XYZ25.1321.967.47-
YUV127.591.04163.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 62 (24.61% from 255) = 17.51%
R=50%
G=32.49%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771156200.350.650.3127.6548.1246.86
HexB1733E023411F1c302f
Octal2611637604310137346057
Binary101100011110011111110010001110000011111111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1733E; }

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

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

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

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

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

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

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

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