#B26639

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

Shades of Bourbon #B26639

Tints of Bourbon #B26639

Color information

#B26639 (or 0xB26639) is unknown color: approx Bourbon. HEX triplet: B2, 66 and 39. RGB value is (178,102,57). Sum of RGB (Red+Green+Blue) = 178+102+57=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B26639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26639 is #4D99C6. Grayscale: #777777. Windows color (decimal): -5085639 or 3761842. OLE color: 3761842.

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

Color convert

RGB17810257-
CMYK00.430.680.30
HSL22.31º51.49%46.08%-
HSV(B)22.31º67.98%69.8%-
XYZ23.8519.266.33-
YUV119.5992.68169.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 57 (22.66% from 255) = 16.91%
R=52.82%
G=30.27%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781025700.430.680.3022.3151.4946.08
HexB2663902B441E16332e
Octal2621467105310436266356
Binary101100101100110111001010101110001001111010110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26639; }

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

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

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

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

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

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

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

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