#B17347

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

Shades of Bourbon #B17347

Tints of Bourbon #B17347

Color information

#B17347 (or 0xB17347) is unknown color: approx Bourbon. HEX triplet: B1, 73 and 47. RGB value is (177,115,71). Sum of RGB (Red+Green+Blue) = 177+115+71=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B17347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17347 is #4E8CB8. Grayscale: #808080. Windows color (decimal): -5147833 or 4682673. OLE color: 4682673.

HSL color Cylindrical-coordinate representation of color #B17347: hue angle of 24.91º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B17347 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17711571-
CMYK00.350.600.31
HSL24.91º42.74%48.63%-
HSV(B)24.91º59.89%69.41%-
XYZ25.422.068.88-
YUV128.5295.54162.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=48.76%
G=31.68%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771157100.350.600.3124.9142.7448.63
HexB173470233C1F192b31
Octal2611631070437437315361
Binary101100011110011100011101000111111001111111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17347; }

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

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

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

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

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

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

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

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