#B26D40

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

Shades of Bourbon #B26D40

Tints of Bourbon #B26D40

Color information

#B26D40 (or 0xB26D40) is unknown color: approx Bourbon. HEX triplet: B2, 6D and 40. RGB value is (178,109,64). Sum of RGB (Red+Green+Blue) = 178+109+64=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D40 is #4D92BF. Grayscale: #7C7C7C. Windows color (decimal): -5083840 or 4222386. OLE color: 4222386.

HSL color Cylindrical-coordinate representation of color #B26D40: hue angle of 23.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B26D40 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17810964-
CMYK00.390.640.30
HSL23.68º47.11%47.45%-
HSV(B)23.68º64.04%69.8%-
XYZ24.7520.777.56-
YUV124.593.86166.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.71%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 64 (25.39% from 255) = 18.23%
R=50.71%
G=31.05%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781096400.390.640.3023.6847.1147.45
HexB26D40027401E182f2f
Octal26215510004710036305757
Binary1011001011011011000000010011110000001111011000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D40; }

 p { color: rgb(178,109,64); }

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

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

 a { background-color: rgb(178,109,64); }

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

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

 span { border-color: rgb(178,109,64); }

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