#B26A42

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

Shades of Bourbon #B26A42

Tints of Bourbon #B26A42

Color information

#B26A42 (or 0xB26A42) is unknown color: approx Bourbon. HEX triplet: B2, 6A and 42. RGB value is (178,106,66). Sum of RGB (Red+Green+Blue) = 178+106+66=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A42 is #4D95BD. Grayscale: #7B7B7B. Windows color (decimal): -5084606 or 4352690. OLE color: 4352690.

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

Color convert

RGB17810666-
CMYK00.400.630.30
HSL21.43º45.9%47.84%-
HSV(B)21.43º62.92%69.8%-
XYZ24.520.177.76-
YUV122.9795.85167.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.86%
GREEN value IS 106 (41.80% from 255) = 30.29%
BLUE value IS 66 (26.17% from 255) = 18.86%
R=50.86%
G=30.29%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781066600.400.630.3021.4345.947.84
HexB26A420283F1E152e30
Octal2621521020507736255660
Binary101100101101010100001001010001111111111010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A42; }

 p { color: rgb(178,106,66); }

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

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

 a { background-color: rgb(178,106,66); }

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

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

 span { border-color: rgb(178,106,66); }

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