#B26439

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

Shades of Bourbon #B26439

Tints of Bourbon #B26439

Color information

#B26439 (or 0xB26439) is unknown color: approx Bourbon. HEX triplet: B2, 64 and 39. RGB value is (178,100,57). Sum of RGB (Red+Green+Blue) = 178+100+57=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B26439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26439 is #4D9BC6. Grayscale: #767676. Windows color (decimal): -5086151 or 3761330. OLE color: 3761330.

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

Color convert

RGB17810057-
CMYK00.440.680.30
HSL21.32º51.49%46.08%-
HSV(B)21.32º67.98%69.8%-
XYZ23.6618.876.27-
YUV118.4293.34170.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 57 (22.66% from 255) = 17.01%
R=53.13%
G=29.85%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781005700.440.680.3021.3251.4946.08
HexB2643902C441E15332e
Octal2621447105410436256356
Binary101100101100100111001010110010001001111010101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26439; }

 p { color: rgb(178,100,57); }

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

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

 a { background-color: rgb(178,100,57); }

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

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

 span { border-color: rgb(178,100,57); }

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