#BA6D3B

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

Shades of Bourbon #BA6D3B

Tints of Bourbon #BA6D3B

Color information

#BA6D3B (or 0xBA6D3B) is unknown color: approx Bourbon. HEX triplet: BA, 6D and 3B. RGB value is (186,109,59). Sum of RGB (Red+Green+Blue) = 186+109+59=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D3B is #4592C4. Grayscale: #7E7E7E. Windows color (decimal): -4559557 or 3894714. OLE color: 3894714.

HSL color Cylindrical-coordinate representation of color #BA6D3B: hue angle of 23.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA6D3B is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18610959-
CMYK00.410.680.27
HSL23.62º51.84%48.04%-
HSV(B)23.62º68.28%72.94%-
XYZ26.5121.696.93-
YUV126.3290.01170.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 59 (23.44% from 255) = 16.67%
R=52.54%
G=30.79%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861095900.410.680.2723.6251.8448.04
HexBA6D3B029441B183430
Octal2721557305110433306460
Binary101110101101101111011010100110001001101111000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D3B; }

 p { color: rgb(186,109,59); }

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

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

 a { background-color: rgb(186,109,59); }

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

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

 span { border-color: rgb(186,109,59); }

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