#B46A3D

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

Shades of Bourbon #B46A3D

Tints of Bourbon #B46A3D

Color information

#B46A3D (or 0xB46A3D) is unknown color: approx Bourbon. HEX triplet: B4, 6A and 3D. RGB value is (180,106,61). Sum of RGB (Red+Green+Blue) = 180+106+61=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46A3D is #4B95C2. Grayscale: #7B7B7B. Windows color (decimal): -4953539 or 4025012. OLE color: 4025012.

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

Color convert

RGB18010661-
CMYK00.410.660.29
HSL22.69º49.38%47.25%-
HSV(B)22.69º66.11%70.59%-
XYZ24.8220.357.03-
YUV12393.02168.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=51.87%
G=30.55%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801066100.410.660.2922.6949.3847.25
HexB46A3D029421D17312f
Octal2641527505110235276157
Binary101101001101010111101010100110000101110110111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A3D; }

 p { color: rgb(180,106,61); }

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

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

 a { background-color: rgb(180,106,61); }

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

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

 span { border-color: rgb(180,106,61); }

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