Html Css Color HEX #BA6D41 Bourbon

📋 copy color: '#BA6D41'

red 186 ◦ green 109 ◦ blue 65

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

Shades of Bourbon #BA6D41

Tints of Bourbon #BA6D41

RGB

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

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

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

R = 51.67%
G = 30.28%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA6D41 (or 0xBA6D41) is known color: Bourbon. HEX triplet: BA, 6D and 41. RGB value is (186,109,65). Sum of RGB (Red+Green+Blue) = 186+109+65=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D41 is #4592BE. Grayscale: #7F7F7F. Windows color (decimal): -4559551 or 4287930. OLE color: 4287930.

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

Color convert

RGB 186 109 65 -
CMYK 0 0.41 0.65 0.27
HSL 21.82º 0.48% 0.49% -
HSV(B) 21.82º 0.65% 0.73% -
XYZ 26.67 21.76 7.79 -
YUV 127.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 186 109 65 0 0.41 0.65 0.27 21.82 0.48 0.49
Hex BA 6D 41 0 29 41 1B 16 30 31
Octal 272 155 101 0 51 101 33 26 60 61
Binary 10111010 1101101 1000001 0 101001 1000001 11011 10110 110000 110001

Color Harmonies of #BA6D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D41

Black with #BA6D41

Text Example


Text Example

White with #BA6D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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