Html Css Color HEX #BA6F47 Bourbon

📋 copy color: '#BA6F47'

red 186 ◦ green 111 ◦ blue 71

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

Shades of Bourbon #BA6F47

Tints of Bourbon #BA6F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 50.54%
G = 30.16%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA6F47 (or 0xBA6F47) is known color: Bourbon. HEX triplet: BA, 6F and 47. RGB value is (186,111,71). Sum of RGB (Red+Green+Blue) = 186+111+71=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F47 is #4590B8. Grayscale: #818181. Windows color (decimal): -4559033 or 4681658. OLE color: 4681658.

HSL color Cylindrical-coordinate representation of color #BA6F47: hue angle of 20.87º degrees, saturation: 0.45, 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 #BA6F47 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 71 -
CMYK 0 0.40 0.62 0.27
HSL 20.87º 0.45% 0.5% -
HSV(B) 20.87º 0.62% 0.73% -
XYZ 27.07 22.26 8.83 -
YUV 128.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 186 111 71 0 0.40 0.62 0.27 20.87 0.45 0.5
Hex BA 6F 47 0 28 3E 1B 15 2D 32
Octal 272 157 107 0 50 76 33 25 55 62
Binary 10111010 1101111 1000111 0 101000 111110 11011 10101 101101 110010

Color Harmonies of #BA6F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F47

Black with #BA6F47

Text Example


Text Example

White with #BA6F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F47; }

 p { color: rgb(186,111,71); }

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

background-color css

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

 a { background-color: rgb(186,111,71); }

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

border-color css

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

 span { border-color: rgb(186,111,71); }

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