#B47245

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

Shades of Bourbon #B47245

Tints of Bourbon #B47245

Color information

#B47245 (or 0xB47245) is unknown color: approx Bourbon. HEX triplet: B4, 72 and 45. RGB value is (180,114,69). Sum of RGB (Red+Green+Blue) = 180+114+69=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B47245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47245 is #4B8DBA. Grayscale: #808080. Windows color (decimal): -4951483 or 4551348. OLE color: 4551348.

HSL color Cylindrical-coordinate representation of color #B47245: hue angle of 24.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B47245 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18011469-
CMYK00.370.620.29
HSL24.32º44.58%48.82%-
HSV(B)24.32º61.67%70.59%-
XYZ25.9122.178.54-
YUV128.694.37164.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=49.59%
G=31.40%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801146900.370.620.2924.3244.5848.82
HexB472450253E1D182d31
Octal2641621050457635305561
Binary101101001110010100010101001011111101110111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47245; }

 p { color: rgb(180,114,69); }

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

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

 a { background-color: rgb(180,114,69); }

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

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

 span { border-color: rgb(180,114,69); }

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