#B26F44

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

Shades of Bourbon #B26F44

Tints of Bourbon #B26F44

Color information

#B26F44 (or 0xB26F44) is unknown color: approx Bourbon. HEX triplet: B2, 6F and 44. RGB value is (178,111,68). Sum of RGB (Red+Green+Blue) = 178+111+68=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F44 is #4D90BB. Grayscale: #7E7E7E. Windows color (decimal): -5083324 or 4485042. OLE color: 4485042.

HSL color Cylindrical-coordinate representation of color #B26F44: hue angle of 23.45º 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 #B26F44 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB17811168-
CMYK00.380.620.30
HSL23.45º44.72%48.24%-
HSV(B)23.45º61.8%69.8%-
XYZ25.0921.258.25-
YUV126.1395.2165-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=49.86%
G=31.09%
B=19.05%

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
Decimal1781116800.380.620.3023.4544.7248.24
HexB26F440263E1E172d30
Octal2621571040467636275560
Binary101100101101111100010001001101111101111010111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F44; }

 p { color: rgb(178,111,68); }

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

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

 a { background-color: rgb(178,111,68); }

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

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

 span { border-color: rgb(178,111,68); }

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