#B47142

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

Shades of Bourbon #B47142

Tints of Bourbon #B47142

Color information

#B47142 (or 0xB47142) is unknown color: approx Bourbon. HEX triplet: B4, 71 and 42. RGB value is (180,113,66). Sum of RGB (Red+Green+Blue) = 180+113+66=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B47142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47142 is #4B8EBD. Grayscale: #7F7F7F. Windows color (decimal): -4951742 or 4354484. OLE color: 4354484.

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

Color convert

RGB18011366-
CMYK00.370.630.29
HSL24.74º46.34%48.24%-
HSV(B)24.74º63.33%70.59%-
XYZ25.7121.918.03-
YUV127.6893.2165.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.14%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 66 (26.17% from 255) = 18.38%
R=50.14%
G=31.48%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801136600.370.630.2924.7446.3448.24
HexB471420253F1D192e30
Octal2641611020457735315660
Binary101101001110001100001001001011111111110111001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47142; }

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

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

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

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

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

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

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

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