Html Css Color HEX #BA6D43 Bourbon

📋 copy color: '#BA6D43'

red 186 ◦ green 109 ◦ blue 67

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

Shades of Bourbon #BA6D43

Tints of Bourbon #BA6D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.51%

R = 51.38%
G = 30.11%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA6D43 (or 0xBA6D43) is known color: Bourbon. HEX triplet: BA, 6D and 43. RGB value is (186,109,67). Sum of RGB (Red+Green+Blue) = 186+109+67=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D43 is #4592BC. Grayscale: #7F7F7F. Windows color (decimal): -4559549 or 4419002. OLE color: 4419002.

HSL color Cylindrical-coordinate representation of color #BA6D43: hue angle of 21.18º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA6D43 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 109 67 -
CMYK 0 0.41 0.64 0.27
HSL 21.18º 0.47% 0.5% -
HSV(B) 21.18º 0.64% 0.73% -
XYZ 26.73 21.78 8.11 -
YUV 127.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 186 109 67 0 0.41 0.64 0.27 21.18 0.47 0.5
Hex BA 6D 43 0 29 40 1B 15 2F 32
Octal 272 155 103 0 51 100 33 25 57 62
Binary 10111010 1101101 1000011 0 101001 1000000 11011 10101 101111 110010

Color Harmonies of #BA6D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D43

Black with #BA6D43

Text Example


Text Example

White with #BA6D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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