#B46D3A

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

Shades of Bourbon #B46D3A

Tints of Bourbon #B46D3A

Color information

#B46D3A (or 0xB46D3A) is unknown color: approx Bourbon. HEX triplet: B4, 6D and 3A. RGB value is (180,109,58). Sum of RGB (Red+Green+Blue) = 180+109+58=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46D3A is #4B92C5. Grayscale: #7C7C7C. Windows color (decimal): -4952774 or 3829172. OLE color: 3829172.

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

Color convert

RGB18010958-
CMYK00.390.680.29
HSL25.08º51.26%46.67%-
HSV(B)25.08º67.78%70.59%-
XYZ25.0520.956.73-
YUV124.4290.52167.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 58 (23.05% from 255) = 16.71%
R=51.87%
G=31.41%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801095800.390.680.2925.0851.2646.67
HexB46D3A027441D19332f
Octal2641557204710435316357
Binary101101001101101111010010011110001001110111001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D3A; }

 p { color: rgb(180,109,58); }

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

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

 a { background-color: rgb(180,109,58); }

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

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

 span { border-color: rgb(180,109,58); }

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