#B26B40

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

Shades of Bourbon #B26B40

Tints of Bourbon #B26B40

Color information

#B26B40 (or 0xB26B40) is unknown color: approx Bourbon. HEX triplet: B2, 6B and 40. RGB value is (178,107,64). Sum of RGB (Red+Green+Blue) = 178+107+64=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26B40 is #4D94BF. Grayscale: #7B7B7B. Windows color (decimal): -5084352 or 4221874. OLE color: 4221874.

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

Color convert

RGB17810764-
CMYK00.400.640.30
HSL22.63º47.11%47.45%-
HSV(B)22.63º64.04%69.8%-
XYZ24.5420.357.48-
YUV123.3394.52167-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=51.00%
G=30.66%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781076400.400.640.3022.6347.1147.45
HexB26B40028401E172f2f
Octal26215310005010036275757
Binary1011001011010111000000010100010000001111010111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B40; }

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

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

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

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

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

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

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

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