Html Css Color HEX #BA6A40 Bourbon

📋 copy color: '#BA6A40'

red 186 ◦ green 106 ◦ blue 64

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

Shades of Bourbon #BA6A40

Tints of Bourbon #BA6A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.78%

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

R = 52.25%
G = 29.78%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA6A40 (or 0xBA6A40) is known color: Bourbon. HEX triplet: BA, 6A and 40. RGB value is (186,106,64). Sum of RGB (Red+Green+Blue) = 186+106+64=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A40 is #4595BF. Grayscale: #7D7D7D. Windows color (decimal): -4560320 or 4221626. OLE color: 4221626.

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

Color convert

RGB 186 106 64 -
CMYK 0 0.43 0.66 0.27
HSL 20.66º 0.49% 0.49% -
HSV(B) 20.66º 0.66% 0.73% -
XYZ 26.33 21.12 7.54 -
YUV 125.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 186 106 64 0 0.43 0.66 0.27 20.66 0.49 0.49
Hex BA 6A 40 0 2B 42 1B 15 31 31
Octal 272 152 100 0 53 102 33 25 61 61
Binary 10111010 1101010 1000000 0 101011 1000010 11011 10101 110001 110001

Color Harmonies of #BA6A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A40

Black with #BA6A40

Text Example


Text Example

White with #BA6A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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