#B47048

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

Shades of Bourbon #B47048

Tints of Bourbon #B47048

Color information

#B47048 (or 0xB47048) is unknown color: approx Bourbon. HEX triplet: B4, 70 and 48. RGB value is (180,112,72). Sum of RGB (Red+Green+Blue) = 180+112+72=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B47048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47048 is #4B8FB7. Grayscale: #808080. Windows color (decimal): -4951992 or 4747444. OLE color: 4747444.

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

Color convert

RGB18011272-
CMYK00.380.600.29
HSL22.22º42.86%49.41%-
HSV(B)22.22º60%70.59%-
XYZ25.7921.768.97-
YUV127.7796.53165.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=49.45%
G=30.77%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801127200.380.600.2922.2242.8649.41
HexB470480263C1D162b31
Octal2641601100467435265361
Binary101101001110000100100001001101111001110110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47048; }

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

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

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

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

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

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

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

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