#B26A39

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

Shades of Bourbon #B26A39

Tints of Bourbon #B26A39

Color information

#B26A39 (or 0xB26A39) is unknown color: approx Bourbon. HEX triplet: B2, 6A and 39. RGB value is (178,106,57). Sum of RGB (Red+Green+Blue) = 178+106+57=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A39 is #4D95C6. Grayscale: #7A7A7A. Windows color (decimal): -5084615 or 3762866. OLE color: 3762866.

HSL color Cylindrical-coordinate representation of color #B26A39: hue angle of 24.3º 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 #B26A39 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17810657-
CMYK00.400.680.30
HSL24.3º51.49%46.08%-
HSV(B)24.3º67.98%69.8%-
XYZ24.2520.076.47-
YUV121.9491.35167.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 57 (22.66% from 255) = 16.72%
R=52.20%
G=31.09%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781065700.400.680.3024.351.4946.08
HexB26A39028441E18332e
Octal2621527105010436306356
Binary101100101101010111001010100010001001111011000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A39; }

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

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

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

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

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

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

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

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