#B17344

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

Shades of Bourbon #B17344

Tints of Bourbon #B17344

Color information

#B17344 (or 0xB17344) is unknown color: approx Bourbon. HEX triplet: B1, 73 and 44. RGB value is (177,115,68). Sum of RGB (Red+Green+Blue) = 177+115+68=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B17344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17344 is #4E8CBB. Grayscale: #808080. Windows color (decimal): -5147836 or 4486065. OLE color: 4486065.

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

Color convert

RGB17711568-
CMYK00.350.620.31
HSL25.87º44.49%48.04%-
HSV(B)25.87º61.58%69.41%-
XYZ25.3122.038.39-
YUV128.1894.04162.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 68 (26.95% from 255) = 18.89%
R=49.17%
G=31.94%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771156800.350.620.3125.8744.4948.04
HexB173440233E1F1a2c30
Octal2611631040437637325460
Binary101100011110011100010001000111111101111111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17344; }

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

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

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

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

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

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

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

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