#B17545

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

Shades of Bourbon #B17545

Tints of Bourbon #B17545

Color information

#B17545 (or 0xB17545) is unknown color: approx Bourbon. HEX triplet: B1, 75 and 45. RGB value is (177,117,69). Sum of RGB (Red+Green+Blue) = 177+117+69=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B17545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17545 is #4E8ABA. Grayscale: #818181. Windows color (decimal): -5147323 or 4552113. OLE color: 4552113.

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

Color convert

RGB17711769-
CMYK00.340.610.31
HSL26.67º43.9%48.24%-
HSV(B)26.67º61.02%69.41%-
XYZ25.5722.58.63-
YUV129.4793.88161.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=48.76%
G=32.23%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771176900.340.610.3126.6743.948.24
HexB175450223D1F1b2c30
Octal2611651050427537335460
Binary101100011110101100010101000101111011111111011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17545; }

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

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

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

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

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

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

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

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