#B26C40

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

Shades of Bourbon #B26C40

Tints of Bourbon #B26C40

Color information

#B26C40 (or 0xB26C40) is unknown color: approx Bourbon. HEX triplet: B2, 6C and 40. RGB value is (178,108,64). Sum of RGB (Red+Green+Blue) = 178+108+64=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C40 is #4D93BF. Grayscale: #7C7C7C. Windows color (decimal): -5084096 or 4222130. OLE color: 4222130.

HSL color Cylindrical-coordinate representation of color #B26C40: hue angle of 23.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B26C40 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17810864-
CMYK00.390.640.30
HSL23.16º47.11%47.45%-
HSV(B)23.16º64.04%69.8%-
XYZ24.6520.567.52-
YUV123.9194.19166.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.86%
GREEN value IS 108 (42.58% from 255) = 30.86%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=50.86%
G=30.86%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781086400.390.640.3023.1647.1147.45
HexB26C40027401E172f2f
Octal26215410004710036275757
Binary1011001011011001000000010011110000001111010111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C40; }

 p { color: rgb(178,108,64); }

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

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

 a { background-color: rgb(178,108,64); }

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

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

 span { border-color: rgb(178,108,64); }

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