#B26E43

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

Shades of Bourbon #B26E43

Tints of Bourbon #B26E43

Color information

#B26E43 (or 0xB26E43) is unknown color: approx Bourbon. HEX triplet: B2, 6E and 43. RGB value is (178,110,67). Sum of RGB (Red+Green+Blue) = 178+110+67=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E43 is #4D91BC. Grayscale: #7D7D7D. Windows color (decimal): -5083581 or 4419250. OLE color: 4419250.

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

Color convert

RGB17811067-
CMYK00.380.620.30
HSL23.24º45.31%48.04%-
HSV(B)23.24º62.36%69.8%-
XYZ24.9521.028.05-
YUV125.4395.03165.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 67 (26.56% from 255) = 18.87%
R=50.14%
G=30.99%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781106700.380.620.3023.2445.3148.04
HexB26E430263E1E172d30
Octal2621561030467636275560
Binary101100101101110100001101001101111101111010111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E43; }

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

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

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

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

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

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

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

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