#B1734A

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

Shades of Bourbon #B1734A

Tints of Bourbon #B1734A

Color information

#B1734A (or 0xB1734A) is unknown color: approx Bourbon. HEX triplet: B1, 73 and 4A. RGB value is (177,115,74). Sum of RGB (Red+Green+Blue) = 177+115+74=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1734A is #4E8CB5. Grayscale: #818181. Windows color (decimal): -5147830 or 4879281. OLE color: 4879281.

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

Color convert

RGB17711574-
CMYK00.350.580.31
HSL23.88º41.04%49.22%-
HSV(B)23.88º58.19%69.41%-
XYZ25.522.19.4-
YUV128.8697.04162.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=48.36%
G=31.42%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771157400.350.580.3123.8841.0449.22
HexB1734A0233A1F182931
Octal2611631120437237305161
Binary101100011110011100101001000111110101111111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1734A; }

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

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

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

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

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

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

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

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