#B46637

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

Shades of Bourbon #B46637

Tints of Bourbon #B46637

Color information

#B46637 (or 0xB46637) is unknown color: approx Bourbon. HEX triplet: B4, 66 and 37. RGB value is (180,102,55). Sum of RGB (Red+Green+Blue) = 180+102+55=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B46637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46637 is #4B99C8. Grayscale: #787878. Windows color (decimal): -4954569 or 3630772. OLE color: 3630772.

HSL color Cylindrical-coordinate representation of color #B46637: hue angle of 22.56º 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 #B46637 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18010255-
CMYK00.430.690.29
HSL22.56º53.19%46.08%-
HSV(B)22.56º69.44%70.59%-
XYZ24.2619.486.1-
YUV119.9691.34170.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 55 (21.88% from 255) = 16.32%
R=53.41%
G=30.27%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801025500.430.690.2922.5653.1946.08
HexB4663702B451D17352e
Octal2641466705310535276556
Binary101101001100110110111010101110001011110110111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46637; }

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

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

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

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

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

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

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

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