#B17848

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

Shades of Bourbon #B17848

Tints of Bourbon #B17848

Color information

#B17848 (or 0xB17848) is unknown color: approx Bourbon. HEX triplet: B1, 78 and 48. RGB value is (177,120,72). Sum of RGB (Red+Green+Blue) = 177+120+72=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B17848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17848 is #4E87B7. Grayscale: #838383. Windows color (decimal): -5146552 or 4749489. OLE color: 4749489.

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

Color convert

RGB17712072-
CMYK00.320.590.31
HSL27.43º42.17%48.82%-
HSV(B)27.43º59.32%69.41%-
XYZ26.0223.259.25-
YUV131.5794.38160.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=47.97%
G=32.52%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771207200.320.590.3127.4342.1748.82
HexB178480203B1F1b2a31
Octal2611701100407337335261
Binary101100011111000100100001000001110111111111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17848; }

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

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

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

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

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

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

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

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