#b46e3c

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

Shades of Bourbon #B46E3C

Tints of Bourbon #B46E3C

Color information

#B46E3C (or 0xB46E3C) is unknown color: approx Bourbon. HEX triplet: B4, 6E and 3C. RGB value is (180,110,60). Sum of RGB (Red+Green+Blue) = 180+110+60=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E3C is #4B91C3. Grayscale: #7D7D7D. Windows color (decimal): -4952516 or 3960500. OLE color: 3960500.

HSL color Cylindrical-coordinate representation of color #B46E3C: hue angle of 25º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B46E3C is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB18011060-
CMYK00.390.670.29
HSL25º50%47.06%-
HSV(B)25º66.67%70.59%-
XYZ25.2121.187.03-
YUV125.2391.19167.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=51.43%
G=31.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801106000.390.670.29255047.06
HexB46E3C027431D19322f
Octal2641567404710335316257
Binary101101001101110111100010011110000111110111001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46e3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46e3c; }

 p { color: rgb(180,110,60); }

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

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

 a { background-color: rgb(180,110,60); }

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

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

 span { border-color: rgb(180,110,60); }

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