#B17341

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

Shades of Bourbon #B17341

Tints of Bourbon #B17341

Color information

#B17341 (or 0xB17341) is unknown color: approx Bourbon. HEX triplet: B1, 73 and 41. RGB value is (177,115,65). Sum of RGB (Red+Green+Blue) = 177+115+65=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B17341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17341 is #4E8CBE. Grayscale: #808080. Windows color (decimal): -5147839 or 4289457. OLE color: 4289457.

HSL color Cylindrical-coordinate representation of color #B17341: hue angle of 26.79º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B17341 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17711565-
CMYK00.350.630.31
HSL26.79º46.28%47.45%-
HSV(B)26.79º63.28%69.41%-
XYZ25.2221.997.92-
YUV127.8492.54163.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=49.58%
G=32.21%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771156500.350.630.3126.7946.2847.45
HexB173410233F1F1b2e2f
Octal2611631010437737335657
Binary101100011110011100000101000111111111111111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17341; }

 p { color: rgb(177,115,65); }

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

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

 a { background-color: rgb(177,115,65); }

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

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

 span { border-color: rgb(177,115,65); }

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