#B47148

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

Shades of Bourbon #B47148

Tints of Bourbon #B47148

Color information

#B47148 (or 0xB47148) is unknown color: approx Bourbon. HEX triplet: B4, 71 and 48. RGB value is (180,113,72). Sum of RGB (Red+Green+Blue) = 180+113+72=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B47148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47148 is #4B8EB7. Grayscale: #808080. Windows color (decimal): -4951736 or 4747700. OLE color: 4747700.

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

Color convert

RGB18011372-
CMYK00.370.600.29
HSL22.78º42.86%49.41%-
HSV(B)22.78º60%70.59%-
XYZ25.921.989.01-
YUV128.3696.2164.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=49.32%
G=30.96%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801137200.370.600.2922.7842.8649.41
HexB471480253C1D172b31
Octal2641611100457435275361
Binary101101001110001100100001001011111001110110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47148; }

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

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

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

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

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

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

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

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