#B37343

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

Shades of Bourbon #B37343

Tints of Bourbon #B37343

Color information

#B37343 (or 0xB37343) is unknown color: approx Bourbon. HEX triplet: B3, 73 and 43. RGB value is (179,115,67). Sum of RGB (Red+Green+Blue) = 179+115+67=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B37343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37343 is #4C8CBC. Grayscale: #808080. Windows color (decimal): -5016765 or 4420531. OLE color: 4420531.

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

Color convert

RGB17911567-
CMYK00.360.630.30
HSL25.71º45.53%48.24%-
HSV(B)25.71º62.57%70.2%-
XYZ25.7322.258.25-
YUV128.6693.2163.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 67 (26.56% from 255) = 18.56%
R=49.58%
G=31.86%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791156700.360.630.3025.7145.5348.24
HexB373430243F1E1a2e30
Octal2631631030447736325660
Binary101100111110011100001101001001111111111011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37343; }

 p { color: rgb(179,115,67); }

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

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

 a { background-color: rgb(179,115,67); }

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

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

 span { border-color: rgb(179,115,67); }

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