#B26E3B

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

Shades of Bourbon #B26E3B

Tints of Bourbon #B26E3B

Color information

#B26E3B (or 0xB26E3B) is unknown color: approx Bourbon. HEX triplet: B2, 6E and 3B. RGB value is (178,110,59). Sum of RGB (Red+Green+Blue) = 178+110+59=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E3B is #4D91C4. Grayscale: #7C7C7C. Windows color (decimal): -5083589 or 3894962. OLE color: 3894962.

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

Color convert

RGB17811059-
CMYK00.380.670.30
HSL25.71º50.21%46.47%-
HSV(B)25.71º66.85%69.8%-
XYZ24.7320.936.87-
YUV124.5291.03166.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 59 (23.44% from 255) = 17.00%
R=51.30%
G=31.70%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781105900.380.670.3025.7150.2146.47
HexB26E3B026431E1a322e
Octal2621567304610336326256
Binary101100101101110111011010011010000111111011010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E3B; }

 p { color: rgb(178,110,59); }

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

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

 a { background-color: rgb(178,110,59); }

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

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

 span { border-color: rgb(178,110,59); }

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