#BA693B

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

Shades of Bourbon #BA693B

Tints of Bourbon #BA693B

Color information

#BA693B (or 0xBA693B) is unknown color: approx Bourbon. HEX triplet: BA, 69 and 3B. RGB value is (186,105,59). Sum of RGB (Red+Green+Blue) = 186+105+59=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA693B is #4596C4. Grayscale: #7C7C7C. Windows color (decimal): -4560581 or 3893690. OLE color: 3893690.

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

Color convert

RGB18610559-
CMYK00.440.680.27
HSL21.73º51.84%48.04%-
HSV(B)21.73º68.28%72.94%-
XYZ26.0920.866.79-
YUV123.9891.34172.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 59 (23.44% from 255) = 16.86%
R=53.14%
G=30%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861055900.440.680.2721.7351.8448.04
HexBA693B02C441B163430
Octal2721517305410433266460
Binary101110101101001111011010110010001001101110110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA693B; }

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

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

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

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

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

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

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

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