#BA6F3B

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

Shades of Bourbon #BA6F3B

Tints of Bourbon #BA6F3B

Color information

#BA6F3B (or 0xBA6F3B) is unknown color: approx Bourbon. HEX triplet: BA, 6F and 3B. RGB value is (186,111,59). Sum of RGB (Red+Green+Blue) = 186+111+59=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F3B is #4590C4. Grayscale: #7F7F7F. Windows color (decimal): -4559045 or 3895226. OLE color: 3895226.

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

Color convert

RGB18611159-
CMYK00.400.680.27
HSL24.57º51.84%48.04%-
HSV(B)24.57º68.28%72.94%-
XYZ26.7222.127-
YUV127.589.35169.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 59 (23.44% from 255) = 16.57%
R=52.25%
G=31.18%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861115900.400.680.2724.5751.8448.04
HexBA6F3B028441B193430
Octal2721577305010433316460
Binary101110101101111111011010100010001001101111001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F3B; }

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

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

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

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

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

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

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

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