Html Css Color HEX #BA7140 Bourbon

📋 copy color: '#BA7140'

red 186 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #BA7140

Tints of Bourbon #BA7140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 51.24%
G = 31.13%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA7140 (or 0xBA7140) is known color: Bourbon. HEX triplet: BA, 71 and 40. RGB value is (186,113,64). Sum of RGB (Red+Green+Blue) = 186+113+64=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7140 is #458EBF. Grayscale: #818181. Windows color (decimal): -4558528 or 4223418. OLE color: 4223418.

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

Color convert

RGB 186 113 64 -
CMYK 0 0.39 0.66 0.27
HSL 24.1º 0.49% 0.49% -
HSV(B) 24.1º 0.66% 0.73% -
XYZ 27.08 22.62 7.79 -
YUV 129.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 186 113 64 0 0.39 0.66 0.27 24.1 0.49 0.49
Hex BA 71 40 0 27 42 1B 18 31 31
Octal 272 161 100 0 47 102 33 30 61 61
Binary 10111010 1110001 1000000 0 100111 1000010 11011 11000 110001 110001

Color Harmonies of #BA7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7140

Black with #BA7140

Text Example


Text Example

White with #BA7140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7140; }

 p { color: rgb(186,113,64); }

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

background-color css

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

 a { background-color: rgb(186,113,64); }

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

border-color css

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

 span { border-color: rgb(186,113,64); }

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