Html Css Color HEX #BA6C40 Bourbon

📋 copy color: '#BA6C40'

red 186 ◦ green 108 ◦ blue 64

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

Shades of Bourbon #BA6C40

Tints of Bourbon #BA6C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

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

R = 51.96%
G = 30.17%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA6C40 (or 0xBA6C40) is known color: Bourbon. HEX triplet: BA, 6C and 40. RGB value is (186,108,64). Sum of RGB (Red+Green+Blue) = 186+108+64=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C40 is #4593BF. Grayscale: #7E7E7E. Windows color (decimal): -4559808 or 4222138. OLE color: 4222138.

HSL color Cylindrical-coordinate representation of color #BA6C40: hue angle of 21.64º 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 #BA6C40 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 108 64 -
CMYK 0 0.42 0.66 0.27
HSL 21.64º 0.49% 0.49% -
HSV(B) 21.64º 0.66% 0.73% -
XYZ 26.54 21.53 7.61 -
YUV 126.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 186 108 64 0 0.42 0.66 0.27 21.64 0.49 0.49
Hex BA 6C 40 0 2A 42 1B 16 31 31
Octal 272 154 100 0 52 102 33 26 61 61
Binary 10111010 1101100 1000000 0 101010 1000010 11011 10110 110001 110001

Color Harmonies of #BA6C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C40

Black with #BA6C40

Text Example


Text Example

White with #BA6C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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