#B26B41

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

Shades of Bourbon #B26B41

Tints of Bourbon #B26B41

Color information

#B26B41 (or 0xB26B41) is unknown color: approx Bourbon. HEX triplet: B2, 6B and 41. RGB value is (178,107,65). Sum of RGB (Red+Green+Blue) = 178+107+65=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26B41 is #4D94BE. Grayscale: #7B7B7B. Windows color (decimal): -5084351 or 4287410. OLE color: 4287410.

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

Color convert

RGB17810765-
CMYK00.400.630.30
HSL22.3º46.5%47.65%-
HSV(B)22.3º63.48%69.8%-
XYZ24.5720.367.64-
YUV123.4495.02166.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.86%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=50.86%
G=30.57%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781076500.400.630.3022.346.547.65
HexB26B410283F1E162f30
Octal2621531010507736265760
Binary101100101101011100000101010001111111111010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B41; }

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

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

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

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

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

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

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

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