#B1743E

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

Shades of Bourbon #B1743E

Tints of Bourbon #B1743E

Color information

#B1743E (or 0xB1743E) is unknown color: approx Bourbon. HEX triplet: B1, 74 and 3E. RGB value is (177,116,62). Sum of RGB (Red+Green+Blue) = 177+116+62=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1743E is #4E8BC1. Grayscale: #808080. Windows color (decimal): -5147586 or 4093105. OLE color: 4093105.

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

Color convert

RGB17711662-
CMYK00.340.650.31
HSL28.17º48.12%46.86%-
HSV(B)28.17º64.97%69.41%-
XYZ25.2522.197.51-
YUV128.0890.71162.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 62 (24.61% from 255) = 17.46%
R=49.86%
G=32.68%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771166200.340.650.3128.1748.1246.86
HexB1743E022411F1c302f
Octal2611647604210137346057
Binary101100011110100111110010001010000011111111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1743E; }

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

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

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

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

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

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

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

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