#B3733D

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

Shades of Bourbon #B3733D

Tints of Bourbon #B3733D

Color information

#B3733D (or 0xB3733D) is unknown color: approx Bourbon. HEX triplet: B3, 73 and 3D. RGB value is (179,115,61). Sum of RGB (Red+Green+Blue) = 179+115+61=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3733D is #4C8CC2. Grayscale: #808080. Windows color (decimal): -5016771 or 4027315. OLE color: 4027315.

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

Color convert

RGB17911561-
CMYK00.360.660.30
HSL27.46º49.17%47.06%-
HSV(B)27.46º65.92%70.2%-
XYZ25.5622.187.35-
YUV127.9890.2164.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=50.42%
G=32.39%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791156100.360.660.3027.4649.1747.06
HexB3733D024421E1b312f
Octal2631637504410236336157
Binary101100111110011111101010010010000101111011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3733D; }

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

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

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

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

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

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

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

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