Html Css Color HEX #BA6E49 Bourbon

📋 copy color: '#BA6E49'

red 186 ◦ green 110 ◦ blue 73

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

Shades of Bourbon #BA6E49

Tints of Bourbon #BA6E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

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

R = 50.41%
G = 29.81%
B = 19.78%

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

#BA6E49 (or 0xBA6E49) is known color: Bourbon. HEX triplet: BA, 6E and 49. RGB value is (186,110,73). Sum of RGB (Red+Green+Blue) = 186+110+73=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E49 is #4591B6. Grayscale: #808080. Windows color (decimal): -4559287 or 4812474. OLE color: 4812474.

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

Color convert

RGB 186 110 73 -
CMYK 0 0.41 0.61 0.27
HSL 19.65º 0.45% 0.51% -
HSV(B) 19.65º 0.61% 0.73% -
XYZ 27.03 22.07 9.14 -
YUV 128.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 186 110 73 0 0.41 0.61 0.27 19.65 0.45 0.51
Hex BA 6E 49 0 29 3D 1B 14 2D 33
Octal 272 156 111 0 51 75 33 24 55 63
Binary 10111010 1101110 1001001 0 101001 111101 11011 10100 101101 110011

Color Harmonies of #BA6E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E49

Black with #BA6E49

Text Example


Text Example

White with #BA6E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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