#B26943

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

Shades of Bourbon #B26943

Tints of Bourbon #B26943

Color information

#B26943 (or 0xB26943) is unknown color: approx Bourbon. HEX triplet: B2, 69 and 43. RGB value is (178,105,67). Sum of RGB (Red+Green+Blue) = 178+105+67=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B26943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26943 is #4D96BC. Grayscale: #7A7A7A. Windows color (decimal): -5084861 or 4417970. OLE color: 4417970.

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

Color convert

RGB17810567-
CMYK00.410.620.30
HSL20.54º45.31%48.04%-
HSV(B)20.54º62.36%69.8%-
XYZ24.4219.977.88-
YUV122.596.68167.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.86%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 67 (26.56% from 255) = 19.14%
R=50.86%
G=30%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781056700.410.620.3020.5445.3148.04
HexB269430293E1E152d30
Octal2621511030517636255560
Binary101100101101001100001101010011111101111010101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26943; }

 p { color: rgb(178,105,67); }

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

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

 a { background-color: rgb(178,105,67); }

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

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

 span { border-color: rgb(178,105,67); }

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