Html Css Color HEX #BA7049 Bourbon

📋 copy color: '#BA7049'

red 186 ◦ green 112 ◦ blue 73

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

Shades of Bourbon #BA7049

Tints of Bourbon #BA7049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

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

R = 50.13%
G = 30.19%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA7049 (or 0xBA7049) is known color: Bourbon. HEX triplet: BA, 70 and 49. RGB value is (186,112,73). Sum of RGB (Red+Green+Blue) = 186+112+73=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7049 is #458FB6. Grayscale: #818181. Windows color (decimal): -4558775 or 4812986. OLE color: 4812986.

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

Color convert

RGB 186 112 73 -
CMYK 0 0.40 0.61 0.27
HSL 20.71º 0.45% 0.51% -
HSV(B) 20.71º 0.61% 0.73% -
XYZ 27.25 22.51 9.21 -
YUV 129.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 186 112 73 0 0.40 0.61 0.27 20.71 0.45 0.51
Hex BA 70 49 0 28 3D 1B 15 2D 33
Octal 272 160 111 0 50 75 33 25 55 63
Binary 10111010 1110000 1001001 0 101000 111101 11011 10101 101101 110011

Color Harmonies of #BA7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7049

Black with #BA7049

Text Example


Text Example

White with #BA7049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7049; }

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

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

background-color css

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

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

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

border-color css

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

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

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