#B26939

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

Shades of Bourbon #B26939

Tints of Bourbon #B26939

Color information

#B26939 (or 0xB26939) is unknown color: approx Bourbon. HEX triplet: B2, 69 and 39. RGB value is (178,105,57). Sum of RGB (Red+Green+Blue) = 178+105+57=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B26939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26939 is #4D96C6. Grayscale: #797979. Windows color (decimal): -5084871 or 3762610. OLE color: 3762610.

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

Color convert

RGB17810557-
CMYK00.410.680.30
HSL23.8º51.49%46.08%-
HSV(B)23.8º67.98%69.8%-
XYZ24.1519.866.43-
YUV121.3691.68168.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 57 (22.66% from 255) = 16.76%
R=52.35%
G=30.88%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781055700.410.680.3023.851.4946.08
HexB26939029441E18332e
Octal2621517105110436306356
Binary101100101101001111001010100110001001111011000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26939; }

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

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

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

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

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

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

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

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