#B47041

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

Shades of Bourbon #B47041

Tints of Bourbon #B47041

Color information

#B47041 (or 0xB47041) is unknown color: approx Bourbon. HEX triplet: B4, 70 and 41. RGB value is (180,112,65). Sum of RGB (Red+Green+Blue) = 180+112+65=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B47041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47041 is #4B8FBE. Grayscale: #7F7F7F. Windows color (decimal): -4951999 or 4288692. OLE color: 4288692.

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

Color convert

RGB18011265-
CMYK00.380.640.29
HSL24.52º46.94%48.04%-
HSV(B)24.52º63.89%70.59%-
XYZ25.5721.677.84-
YUV126.9793.03165.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=50.42%
G=31.37%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801126500.380.640.2924.5246.9448.04
HexB47041026401D192f30
Octal26416010104610035315760
Binary1011010011100001000001010011010000001110111001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47041; }

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

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

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

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

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

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

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

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