#B46A41

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

Shades of Bourbon #B46A41

Tints of Bourbon #B46A41

Color information

#B46A41 (or 0xB46A41) is unknown color: approx Bourbon. HEX triplet: B4, 6A and 41. RGB value is (180,106,65). Sum of RGB (Red+Green+Blue) = 180+106+65=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46A41 is #4B95BE. Grayscale: #7B7B7B. Windows color (decimal): -4953535 or 4287156. OLE color: 4287156.

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

Color convert

RGB18010665-
CMYK00.410.640.29
HSL21.39º46.94%48.04%-
HSV(B)21.39º63.89%70.59%-
XYZ24.9320.397.62-
YUV123.4595.02168.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=51.28%
G=30.20%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801066500.410.640.2921.3946.9448.04
HexB46A41029401D152f30
Octal26415210105110035255760
Binary1011010011010101000001010100110000001110110101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A41; }

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

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

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

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

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

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

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

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