#B46837

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

Shades of Bourbon #B46837

Tints of Bourbon #B46837

Color information

#B46837 (or 0xB46837) is unknown color: approx Bourbon. HEX triplet: B4, 68 and 37. RGB value is (180,104,55). Sum of RGB (Red+Green+Blue) = 180+104+55=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B46837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46837 is #4B97C8. Grayscale: #797979. Windows color (decimal): -4954057 or 3631284. OLE color: 3631284.

HSL color Cylindrical-coordinate representation of color #B46837: hue angle of 23.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B46837 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18010455-
CMYK00.420.690.29
HSL23.52º53.19%46.08%-
HSV(B)23.52º69.44%70.59%-
XYZ24.4619.886.16-
YUV121.1490.68169.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 55 (21.88% from 255) = 16.22%
R=53.10%
G=30.68%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801045500.420.690.2923.5253.1946.08
HexB4683702A451D18352e
Octal2641506705210535306556
Binary101101001101000110111010101010001011110111000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46837; }

 p { color: rgb(180,104,55); }

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

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

 a { background-color: rgb(180,104,55); }

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

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

 span { border-color: rgb(180,104,55); }

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