#B17048

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

Shades of Bourbon #B17048

Tints of Bourbon #B17048

Color information

#B17048 (or 0xB17048) is unknown color: approx Bourbon. HEX triplet: B1, 70 and 48. RGB value is (177,112,72). Sum of RGB (Red+Green+Blue) = 177+112+72=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B17048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17048 is #4E8FB7. Grayscale: #7F7F7F. Windows color (decimal): -5148600 or 4747441. OLE color: 4747441.

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

Color convert

RGB17711272-
CMYK00.370.590.31
HSL22.86º42.17%48.82%-
HSV(B)22.86º59.32%69.41%-
XYZ25.121.48.94-
YUV126.8897.03163.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=49.03%
G=31.02%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771127200.370.590.3122.8642.1748.82
HexB170480253B1F172a31
Octal2611601100457337275261
Binary101100011110000100100001001011110111111110111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17048; }

 p { color: rgb(177,112,72); }

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

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

 a { background-color: rgb(177,112,72); }

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

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

 span { border-color: rgb(177,112,72); }

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