#B66A3E

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

Shades of Bourbon #B66A3E

Tints of Bourbon #B66A3E

Color information

#B66A3E (or 0xB66A3E) is unknown color: approx Bourbon. HEX triplet: B6, 6A and 3E. RGB value is (182,106,62). Sum of RGB (Red+Green+Blue) = 182+106+62=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A3E is #4995C1. Grayscale: #7B7B7B. Windows color (decimal): -4822466 or 4090550. OLE color: 4090550.

HSL color Cylindrical-coordinate representation of color #B66A3E: hue angle of 22º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B66A3E is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18210662-
CMYK00.420.660.29
HSL22º49.18%47.84%-
HSV(B)22º65.93%71.37%-
XYZ25.3120.67.2-
YUV123.7193.18169.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52%
GREEN value IS 106 (41.80% from 255) = 30.29%
BLUE value IS 62 (24.61% from 255) = 17.71%
R=52%
G=30.29%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821066200.420.660.292249.1847.84
HexB66A3E02A421D163130
Octal2661527605210235266160
Binary101101101101010111110010101010000101110110110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A3E; }

 p { color: rgb(182,106,62); }

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

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

 a { background-color: rgb(182,106,62); }

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

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

 span { border-color: rgb(182,106,62); }

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