#B46E41

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

Shades of Bourbon #B46E41

Tints of Bourbon #B46E41

Color information

#B46E41 (or 0xB46E41) is unknown color: approx Bourbon. HEX triplet: B4, 6E and 41. RGB value is (180,110,65). Sum of RGB (Red+Green+Blue) = 180+110+65=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E41 is #4B91BE. Grayscale: #7E7E7E. Windows color (decimal): -4952511 or 4288180. OLE color: 4288180.

HSL color Cylindrical-coordinate representation of color #B46E41: hue angle of 23.48º 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 #B46E41 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18011065-
CMYK00.390.640.29
HSL23.48º46.94%48.04%-
HSV(B)23.48º63.89%70.59%-
XYZ25.3521.247.76-
YUV125.893.69166.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=50.70%
G=30.99%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801106500.390.640.2923.4846.9448.04
HexB46E41027401D172f30
Octal26415610104710035275760
Binary1011010011011101000001010011110000001110110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E41; }

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

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

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

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

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

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

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

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