#B47043

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

Shades of Bourbon #B47043

Tints of Bourbon #B47043

Color information

#B47043 (or 0xB47043) is unknown color: approx Bourbon. HEX triplet: B4, 70 and 43. RGB value is (180,112,67). Sum of RGB (Red+Green+Blue) = 180+112+67=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B47043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47043 is #4B8FBC. Grayscale: #7F7F7F. Windows color (decimal): -4951997 or 4419764. OLE color: 4419764.

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

Color convert

RGB18011267-
CMYK00.380.630.29
HSL23.89º45.75%48.43%-
HSV(B)23.89º62.78%70.59%-
XYZ25.6321.78.15-
YUV127.294.03165.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.14%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 67 (26.56% from 255) = 18.66%
R=50.14%
G=31.20%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801126700.380.630.2923.8945.7548.43
HexB470430263F1D182e30
Octal2641601030467735305660
Binary101101001110000100001101001101111111110111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47043; }

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

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

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

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

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

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

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

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