#B26F48

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

Shades of Bourbon #B26F48

Tints of Bourbon #B26F48

Color information

#B26F48 (or 0xB26F48) is unknown color: approx Bourbon. HEX triplet: B2, 6F and 48. RGB value is (178,111,72). Sum of RGB (Red+Green+Blue) = 178+111+72=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F48 is #4D90B7. Grayscale: #7E7E7E. Windows color (decimal): -5083320 or 4747186. OLE color: 4747186.

HSL color Cylindrical-coordinate representation of color #B26F48: hue angle of 22.08º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B26F48 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17811172-
CMYK00.380.600.30
HSL22.08º42.4%49.02%-
HSV(B)22.08º59.55%69.8%-
XYZ25.2121.38.91-
YUV126.5997.2164.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.31%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=49.31%
G=30.75%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781117200.380.600.3022.0842.449.02
HexB26F480263C1E162a31
Octal2621571100467436265261
Binary101100101101111100100001001101111001111010110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F48; }

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

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

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

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

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

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

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

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