#B26D39

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

Shades of Bourbon #B26D39

Tints of Bourbon #B26D39

Color information

#B26D39 (or 0xB26D39) is unknown color: approx Bourbon. HEX triplet: B2, 6D and 39. RGB value is (178,109,57). Sum of RGB (Red+Green+Blue) = 178+109+57=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D39 is #4D92C6. Grayscale: #7B7B7B. Windows color (decimal): -5083847 or 3763634. OLE color: 3763634.

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

Color convert

RGB17810957-
CMYK00.390.680.30
HSL25.79º51.49%46.08%-
HSV(B)25.79º67.98%69.8%-
XYZ24.5720.76.57-
YUV123.790.36166.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.74%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 57 (22.66% from 255) = 16.57%
R=51.74%
G=31.69%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781095700.390.680.3025.7951.4946.08
HexB26D39027441E1a332e
Octal2621557104710436326356
Binary101100101101101111001010011110001001111011010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D39; }

 p { color: rgb(178,109,57); }

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

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

 a { background-color: rgb(178,109,57); }

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

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

 span { border-color: rgb(178,109,57); }

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