#B47548

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

Shades of Bourbon #B47548

Tints of Bourbon #B47548

Color information

#B47548 (or 0xB47548) is unknown color: approx Bourbon. HEX triplet: B4, 75 and 48. RGB value is (180,117,72). Sum of RGB (Red+Green+Blue) = 180+117+72=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B47548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47548 is #4B8AB7. Grayscale: #828282. Windows color (decimal): -4950712 or 4748724. OLE color: 4748724.

HSL color Cylindrical-coordinate representation of color #B47548: hue angle of 25º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B47548 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18011772-
CMYK00.350.600.29
HSL25º42.86%49.41%-
HSV(B)25º60%70.59%-
XYZ26.3522.899.16-
YUV130.7194.87163.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=48.78%
G=31.71%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801177200.350.600.292542.8649.41
HexB475480233C1D192b31
Octal2641651100437435315361
Binary101101001110101100100001000111111001110111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47548; }

 p { color: rgb(180,117,72); }

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

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

 a { background-color: rgb(180,117,72); }

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

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

 span { border-color: rgb(180,117,72); }

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