#B47443

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

Shades of Bourbon #B47443

Tints of Bourbon #B47443

Color information

#B47443 (or 0xB47443) is unknown color: approx Bourbon. HEX triplet: B4, 74 and 43. RGB value is (180,116,67). Sum of RGB (Red+Green+Blue) = 180+116+67=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B47443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47443 is #4B8BBC. Grayscale: #818181. Windows color (decimal): -4950973 or 4420788. OLE color: 4420788.

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

Color convert

RGB18011667-
CMYK00.360.630.29
HSL26.02º45.75%48.43%-
HSV(B)26.02º62.78%70.59%-
XYZ26.0822.68.3-
YUV129.5592.7163.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 67 (26.56% from 255) = 18.46%
R=49.59%
G=31.96%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801166700.360.630.2926.0245.7548.43
HexB474430243F1D1a2e30
Octal2641641030447735325660
Binary101101001110100100001101001001111111110111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47443; }

 p { color: rgb(180,116,67); }

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

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

 a { background-color: rgb(180,116,67); }

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

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

 span { border-color: rgb(180,116,67); }

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