Html Css Color HEX #BA7141 Bourbon

📋 copy color: '#BA7141'

red 186 ◦ green 113 ◦ blue 65

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

Shades of Bourbon #BA7141

Tints of Bourbon #BA7141

RGB

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

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

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

R = 51.1%
G = 31.04%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA7141 (or 0xBA7141) is known color: Bourbon. HEX triplet: BA, 71 and 41. RGB value is (186,113,65). Sum of RGB (Red+Green+Blue) = 186+113+65=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7141 is #458EBE. Grayscale: #818181. Windows color (decimal): -4558527 or 4288954. OLE color: 4288954.

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

Color convert

RGB 186 113 65 -
CMYK 0 0.39 0.65 0.27
HSL 23.8º 0.48% 0.49% -
HSV(B) 23.8º 0.65% 0.73% -
XYZ 27.11 22.63 7.94 -
YUV 129.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 186 113 65 0 0.39 0.65 0.27 23.8 0.48 0.49
Hex BA 71 41 0 27 41 1B 18 30 31
Octal 272 161 101 0 47 101 33 30 60 61
Binary 10111010 1110001 1000001 0 100111 1000001 11011 11000 110000 110001

Color Harmonies of #BA7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7141

Black with #BA7141

Text Example


Text Example

White with #BA7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7141; }

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

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

background-color css

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

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

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

border-color css

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

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

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