Html Css Color HEX #BA6941 Bourbon

📋 copy color: '#BA6941'

red 186 ◦ green 105 ◦ blue 65

#BA6941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #BA6941

Tints of Bourbon #BA6941

RGB

 RED value IS 186 (73.05% from 255) = 52.25%

 GREEN value IS 105 (41.41% from 255) = 29.49%

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 52.25%
G = 29.49%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA6941 (or 0xBA6941) is known color: Bourbon. HEX triplet: BA, 69 and 41. RGB value is (186,105,65). Sum of RGB (Red+Green+Blue) = 186+105+65=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6941 is #4596BE. Grayscale: #7C7C7C. Windows color (decimal): -4560575 or 4286906. OLE color: 4286906.

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

Color convert

RGB 186 105 65 -
CMYK 0 0.44 0.65 0.27
HSL 19.83º 0.48% 0.49% -
HSV(B) 19.83º 0.65% 0.73% -
XYZ 26.26 20.92 7.66 -
YUV 124.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 186 105 65 0 0.44 0.65 0.27 19.83 0.48 0.49
Hex BA 69 41 0 2C 41 1B 14 30 31
Octal 272 151 101 0 54 101 33 24 60 61
Binary 10111010 1101001 1000001 0 101100 1000001 11011 10100 110000 110001

Color Harmonies of #BA6941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6941

Black with #BA6941

Text Example


Text Example

White with #BA6941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6941; }

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

 H1.HeaderClassName
 {
   color: #BA6941;
 }
 .AnyTagClassName
 {
   color: #BA6941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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