Html Css Color HEX #BA6F40 Bourbon

📋 copy color: '#BA6F40'

red 186 ◦ green 111 ◦ blue 64

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

Shades of Bourbon #BA6F40

Tints of Bourbon #BA6F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 51.52%
G = 30.75%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA6F40 (or 0xBA6F40) is known color: Bourbon. HEX triplet: BA, 6F and 40. RGB value is (186,111,64). Sum of RGB (Red+Green+Blue) = 186+111+64=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F40 is #4590BF. Grayscale: #808080. Windows color (decimal): -4559040 or 4222906. OLE color: 4222906.

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

Color convert

RGB 186 111 64 -
CMYK 0 0.40 0.66 0.27
HSL 23.11º 0.49% 0.49% -
HSV(B) 23.11º 0.66% 0.73% -
XYZ 26.86 22.18 7.72 -
YUV 128.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 186 111 64 0 0.40 0.66 0.27 23.11 0.49 0.49
Hex BA 6F 40 0 28 42 1B 17 31 31
Octal 272 157 100 0 50 102 33 27 61 61
Binary 10111010 1101111 1000000 0 101000 1000010 11011 10111 110001 110001

Color Harmonies of #BA6F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F40

Black with #BA6F40

Text Example


Text Example

White with #BA6F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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