#B26537

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

Shades of Bourbon #B26537

Tints of Bourbon #B26537

Color information

#B26537 (or 0xB26537) is unknown color: approx Bourbon. HEX triplet: B2, 65 and 37. RGB value is (178,101,55). Sum of RGB (Red+Green+Blue) = 178+101+55=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B26537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26537 is #4D9AC8. Grayscale: #777777. Windows color (decimal): -5085897 or 3630514. OLE color: 3630514.

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

Color convert

RGB17810155-
CMYK00.430.690.30
HSL22.44º52.79%45.69%-
HSV(B)22.44º69.1%69.8%-
XYZ23.719.056.04-
YUV118.7892.01170.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 55 (21.88% from 255) = 16.47%
R=53.29%
G=30.24%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781015500.430.690.3022.4452.7945.69
HexB2653702B451E16352e
Octal2621456705310536266556
Binary101100101100101110111010101110001011111010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26537; }

 p { color: rgb(178,101,55); }

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

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

 a { background-color: rgb(178,101,55); }

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

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

 span { border-color: rgb(178,101,55); }

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