#B47342

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

Shades of Bourbon #B47342

Tints of Bourbon #B47342

Color information

#B47342 (or 0xB47342) is unknown color: approx Bourbon. HEX triplet: B4, 73 and 42. RGB value is (180,115,66). Sum of RGB (Red+Green+Blue) = 180+115+66=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B47342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47342 is #4B8CBD. Grayscale: #818181. Windows color (decimal): -4951230 or 4354996. OLE color: 4354996.

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

Color convert

RGB18011566-
CMYK00.360.630.29
HSL25.79º46.34%48.24%-
HSV(B)25.79º63.33%70.59%-
XYZ25.9422.368.1-
YUV128.8592.53164.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 66 (26.17% from 255) = 18.28%
R=49.86%
G=31.86%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801156600.360.630.2925.7946.3448.24
HexB473420243F1D1a2e30
Octal2641631020447735325660
Binary101101001110011100001001001001111111110111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47342; }

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

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

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

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

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

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

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

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