Html Css Color HEX #BA6D40 Bourbon

📋 copy color: '#BA6D40'

red 186 ◦ green 109 ◦ blue 64

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

Shades of Bourbon #BA6D40

Tints of Bourbon #BA6D40

RGB

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

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

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

R = 51.81%
G = 30.36%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA6D40 (or 0xBA6D40) is known color: Bourbon. HEX triplet: BA, 6D and 40. RGB value is (186,109,64). Sum of RGB (Red+Green+Blue) = 186+109+64=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D40 is #4592BF. Grayscale: #7F7F7F. Windows color (decimal): -4559552 or 4222394. OLE color: 4222394.

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

Color convert

RGB 186 109 64 -
CMYK 0 0.41 0.66 0.27
HSL 22.13º 0.49% 0.49% -
HSV(B) 22.13º 0.66% 0.73% -
XYZ 26.64 21.75 7.64 -
YUV 126.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 186 109 64 0 0.41 0.66 0.27 22.13 0.49 0.49
Hex BA 6D 40 0 29 42 1B 16 31 31
Octal 272 155 100 0 51 102 33 26 61 61
Binary 10111010 1101101 1000000 0 101001 1000010 11011 10110 110001 110001

Color Harmonies of #BA6D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D40

Black with #BA6D40

Text Example


Text Example

White with #BA6D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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