#B46D42

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

Shades of Bourbon #B46D42

Tints of Bourbon #B46D42

Color information

#B46D42 (or 0xB46D42) is unknown color: approx Bourbon. HEX triplet: B4, 6D and 42. RGB value is (180,109,66). Sum of RGB (Red+Green+Blue) = 180+109+66=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46D42 is #4B92BD. Grayscale: #7D7D7D. Windows color (decimal): -4952766 or 4353460. OLE color: 4353460.

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

Color convert

RGB18010966-
CMYK00.390.630.29
HSL22.63º46.34%48.24%-
HSV(B)22.63º63.33%70.59%-
XYZ25.2721.037.88-
YUV125.3394.52167-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=50.70%
G=30.70%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801096600.390.630.2922.6346.3448.24
HexB46D420273F1D172e30
Octal2641551020477735275660
Binary101101001101101100001001001111111111110110111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D42; }

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

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

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

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

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

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

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

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