#B47242

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

Shades of Bourbon #B47242

Tints of Bourbon #B47242

Color information

#B47242 (or 0xB47242) is unknown color: approx Bourbon. HEX triplet: B4, 72 and 42. RGB value is (180,114,66). Sum of RGB (Red+Green+Blue) = 180+114+66=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B47242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47242 is #4B8DBD. Grayscale: #808080. Windows color (decimal): -4951486 or 4354740. OLE color: 4354740.

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

Color convert

RGB18011466-
CMYK00.370.630.29
HSL25.26º46.34%48.24%-
HSV(B)25.26º63.33%70.59%-
XYZ25.8222.138.06-
YUV128.2692.87164.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=50%
G=31.67%
B=18.33%

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
Decimal1801146600.370.630.2925.2646.3448.24
HexB472420253F1D192e30
Octal2641621020457735315660
Binary101101001110010100001001001011111111110111001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47242; }

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

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

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

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

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

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

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

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