Html Css Color HEX #BA6F49 Bourbon

📋 copy color: '#BA6F49'

red 186 ◦ green 111 ◦ blue 73

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

Shades of Bourbon #BA6F49

Tints of Bourbon #BA6F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 50.27%
G = 30%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA6F49 (or 0xBA6F49) is known color: Bourbon. HEX triplet: BA, 6F and 49. RGB value is (186,111,73). Sum of RGB (Red+Green+Blue) = 186+111+73=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F49 is #4590B6. Grayscale: #818181. Windows color (decimal): -4559031 or 4812730. OLE color: 4812730.

HSL color Cylindrical-coordinate representation of color #BA6F49: hue angle of 20.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA6F49 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 73 -
CMYK 0 0.40 0.61 0.27
HSL 20.18º 0.45% 0.51% -
HSV(B) 20.18º 0.61% 0.73% -
XYZ 27.14 22.29 9.18 -
YUV 129.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 186 111 73 0 0.40 0.61 0.27 20.18 0.45 0.51
Hex BA 6F 49 0 28 3D 1B 14 2D 33
Octal 272 157 111 0 50 75 33 24 55 63
Binary 10111010 1101111 1001001 0 101000 111101 11011 10100 101101 110011

Color Harmonies of #BA6F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F49

Black with #BA6F49

Text Example


Text Example

White with #BA6F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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