#B46939

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

Shades of Bourbon #B46939

Tints of Bourbon #B46939

Color information

#B46939 (or 0xB46939) is unknown color: approx Bourbon. HEX triplet: B4, 69 and 39. RGB value is (180,105,57). Sum of RGB (Red+Green+Blue) = 180+105+57=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B46939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46939 is #4B96C6. Grayscale: #7A7A7A. Windows color (decimal): -4953799 or 3762612. OLE color: 3762612.

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

Color convert

RGB18010557-
CMYK00.420.680.29
HSL23.41º51.9%46.47%-
HSV(B)23.41º68.33%70.59%-
XYZ24.6120.16.45-
YUV121.9591.35169.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=52.63%
G=30.70%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801055700.420.680.2923.4151.946.47
HexB4693902A441D17342e
Octal2641517105210435276456
Binary101101001101001111001010101010001001110110111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46939; }

 p { color: rgb(180,105,57); }

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

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

 a { background-color: rgb(180,105,57); }

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

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

 span { border-color: rgb(180,105,57); }

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