#B17045

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

Shades of Bourbon #B17045

Tints of Bourbon #B17045

Color information

#B17045 (or 0xB17045) is unknown color: approx Bourbon. HEX triplet: B1, 70 and 45. RGB value is (177,112,69). Sum of RGB (Red+Green+Blue) = 177+112+69=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B17045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17045 is #4E8FBA. Grayscale: #7E7E7E. Windows color (decimal): -5148603 or 4550833. OLE color: 4550833.

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

Color convert

RGB17711269-
CMYK00.370.610.31
HSL23.89º43.9%48.24%-
HSV(B)23.89º61.02%69.41%-
XYZ2521.378.44-
YUV126.5395.53164-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=49.44%
G=31.28%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771126900.370.610.3123.8943.948.24
HexB170450253D1F182c30
Octal2611601050457537305460
Binary101100011110000100010101001011111011111111000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17045; }

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

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

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

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

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

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

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

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