#B26B39

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

Shades of Bourbon #B26B39

Tints of Bourbon #B26B39

Color information

#B26B39 (or 0xB26B39) is unknown color: approx Bourbon. HEX triplet: B2, 6B and 39. RGB value is (178,107,57). Sum of RGB (Red+Green+Blue) = 178+107+57=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26B39 is #4D94C6. Grayscale: #7A7A7A. Windows color (decimal): -5084359 or 3763122. OLE color: 3763122.

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

Color convert

RGB17810757-
CMYK00.400.680.30
HSL24.79º51.49%46.08%-
HSV(B)24.79º67.98%69.8%-
XYZ24.3620.286.5-
YUV122.5391.02167.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=52.05%
G=31.29%
B=16.67%

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
Decimal1781075700.400.680.3024.7951.4946.08
HexB26B39028441E19332e
Octal2621537105010436316356
Binary101100101101011111001010100010001001111011001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B39; }

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

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

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

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

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

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

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

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