#BA6E3B

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

Shades of Bourbon #BA6E3B

Tints of Bourbon #BA6E3B

Color information

#BA6E3B (or 0xBA6E3B) is unknown color: approx Bourbon. HEX triplet: BA, 6E and 3B. RGB value is (186,110,59). Sum of RGB (Red+Green+Blue) = 186+110+59=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E3B is #4591C4. Grayscale: #7F7F7F. Windows color (decimal): -4559301 or 3894970. OLE color: 3894970.

HSL color Cylindrical-coordinate representation of color #BA6E3B: hue angle of 24.09º 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 #BA6E3B is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18611059-
CMYK00.410.680.27
HSL24.09º51.84%48.04%-
HSV(B)24.09º68.28%72.94%-
XYZ26.6221.916.96-
YUV126.9189.68170.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=52.39%
G=30.99%
B=16.62%

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
Decimal1861105900.410.680.2724.0951.8448.04
HexBA6E3B029441B183430
Octal2721567305110433306460
Binary101110101101110111011010100110001001101111000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E3B; }

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

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

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

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

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

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

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

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