#B17845

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

Shades of Bourbon #B17845

Tints of Bourbon #B17845

Color information

#B17845 (or 0xB17845) is unknown color: approx Bourbon. HEX triplet: B1, 78 and 45. RGB value is (177,120,69). Sum of RGB (Red+Green+Blue) = 177+120+69=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B17845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17845 is #4E87BA. Grayscale: #838383. Windows color (decimal): -5146555 or 4552881. OLE color: 4552881.

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

Color convert

RGB17712069-
CMYK00.320.610.31
HSL28.33º43.9%48.24%-
HSV(B)28.33º61.02%69.41%-
XYZ25.9223.218.74-
YUV131.2392.88160.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 69 (27.34% from 255) = 18.85%
R=48.36%
G=32.79%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771206900.320.610.3128.3343.948.24
HexB178450203D1F1c2c30
Octal2611701050407537345460
Binary101100011111000100010101000001111011111111100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17845; }

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

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

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

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

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

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

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

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