Html Css Color HEX #BA6D46 Bourbon

📋 copy color: '#BA6D46'

red 186 ◦ green 109 ◦ blue 70

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

Shades of Bourbon #BA6D46

Tints of Bourbon #BA6D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.18%

R = 50.96%
G = 29.86%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA6D46 (or 0xBA6D46) is known color: Bourbon. HEX triplet: BA, 6D and 46. RGB value is (186,109,70). Sum of RGB (Red+Green+Blue) = 186+109+70=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D46 is #4592B9. Grayscale: #7F7F7F. Windows color (decimal): -4559546 or 4615610. OLE color: 4615610.

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

Color convert

RGB 186 109 70 -
CMYK 0 0.41 0.62 0.27
HSL 20.17º 0.46% 0.5% -
HSV(B) 20.17º 0.62% 0.73% -
XYZ 26.82 21.82 8.59 -
YUV 127.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 186 109 70 0 0.41 0.62 0.27 20.17 0.46 0.5
Hex BA 6D 46 0 29 3E 1B 14 2E 32
Octal 272 155 106 0 51 76 33 24 56 62
Binary 10111010 1101101 1000110 0 101001 111110 11011 10100 101110 110010

Color Harmonies of #BA6D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D46

Black with #BA6D46

Text Example


Text Example

White with #BA6D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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