#B1744A

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

Shades of Bourbon #B1744A

Tints of Bourbon #B1744A

Color information

#B1744A (or 0xB1744A) is unknown color: approx Bourbon. HEX triplet: B1, 74 and 4A. RGB value is (177,116,74). Sum of RGB (Red+Green+Blue) = 177+116+74=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1744A is #4E8BB5. Grayscale: #818181. Windows color (decimal): -5147574 or 4879537. OLE color: 4879537.

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

Color convert

RGB17711674-
CMYK00.340.580.31
HSL24.47º41.04%49.22%-
HSV(B)24.47º58.19%69.41%-
XYZ25.6122.339.44-
YUV129.4596.71161.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=48.23%
G=31.61%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771167400.340.580.3124.4741.0449.22
HexB1744A0223A1F182931
Octal2611641120427237305161
Binary101100011110100100101001000101110101111111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1744A; }

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

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

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

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

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

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

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

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