#B17245

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

Shades of Bourbon #B17245

Tints of Bourbon #B17245

Color information

#B17245 (or 0xB17245) is unknown color: approx Bourbon. HEX triplet: B1, 72 and 45. RGB value is (177,114,69). Sum of RGB (Red+Green+Blue) = 177+114+69=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B17245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17245 is #4E8DBA. Grayscale: #7F7F7F. Windows color (decimal): -5148091 or 4551345. OLE color: 4551345.

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

Color convert

RGB17711469-
CMYK00.360.610.31
HSL25º43.9%48.24%-
HSV(B)25º61.02%69.41%-
XYZ25.2221.818.51-
YUV127.7194.87163.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=49.17%
G=31.67%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771146900.360.610.312543.948.24
HexB172450243D1F192c30
Octal2611621050447537315460
Binary101100011110010100010101001001111011111111001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17245; }

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

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

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

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

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

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

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

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