#B17646

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

Shades of Bourbon #B17646

Tints of Bourbon #B17646

Color information

#B17646 (or 0xB17646) is unknown color: approx Bourbon. HEX triplet: B1, 76 and 46. RGB value is (177,118,70). Sum of RGB (Red+Green+Blue) = 177+118+70=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B17646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17646 is #4E89B9. Grayscale: #828282. Windows color (decimal): -5147066 or 4617905. OLE color: 4617905.

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

Color convert

RGB17711870-
CMYK00.330.600.31
HSL26.92º43.32%48.43%-
HSV(B)26.92º60.45%69.41%-
XYZ25.7222.758.83-
YUV130.1794.05161.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=48.49%
G=32.33%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771187000.330.600.3126.9243.3248.43
HexB176460213C1F1b2b30
Octal2611661060417437335360
Binary101100011110110100011001000011111001111111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17646; }

 p { color: rgb(177,118,70); }

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

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

 a { background-color: rgb(177,118,70); }

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

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

 span { border-color: rgb(177,118,70); }

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