Html Css Color HEX #BA6D49 Bourbon

📋 copy color: '#BA6D49'

red 186 ◦ green 109 ◦ blue 73

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

Shades of Bourbon #BA6D49

Tints of Bourbon #BA6D49

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.62%

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 50.54%
G = 29.62%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA6D49 (or 0xBA6D49) is known color: Bourbon. HEX triplet: BA, 6D and 49. RGB value is (186,109,73). Sum of RGB (Red+Green+Blue) = 186+109+73=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D49 is #4592B6. Grayscale: #808080. Windows color (decimal): -4559543 or 4812218. OLE color: 4812218.

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

Color convert

RGB 186 109 73 -
CMYK 0 0.41 0.61 0.27
HSL 19.12º 0.45% 0.51% -
HSV(B) 19.12º 0.61% 0.73% -
XYZ 26.92 21.86 9.1 -
YUV 127.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 186 109 73 0 0.41 0.61 0.27 19.12 0.45 0.51
Hex BA 6D 49 0 29 3D 1B 13 2D 33
Octal 272 155 111 0 51 75 33 23 55 63
Binary 10111010 1101101 1001001 0 101001 111101 11011 10011 101101 110011

Color Harmonies of #BA6D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D49

Black with #BA6D49

Text Example


Text Example

White with #BA6D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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