Html Css Color HEX #BA6A3E Bourbon

📋 copy color: '#BA6A3E'

red 186 ◦ green 106 ◦ blue 62

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

Shades of Bourbon #BA6A3E

Tints of Bourbon #BA6A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 52.54%
G = 29.94%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA6A3E (or 0xBA6A3E) is known color: Bourbon. HEX triplet: BA, 6A and 3E. RGB value is (186,106,62). Sum of RGB (Red+Green+Blue) = 186+106+62=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A3E is #4595C1. Grayscale: #7D7D7D. Windows color (decimal): -4560322 or 4090554. OLE color: 4090554.

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

Color convert

RGB 186 106 62 -
CMYK 0 0.43 0.67 0.27
HSL 21.29º 0.5% 0.49% -
HSV(B) 21.29º 0.67% 0.73% -
XYZ 26.27 21.09 7.24 -
YUV 124.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 186 106 62 0 0.43 0.67 0.27 21.29 0.5 0.49
Hex BA 6A 3E 0 2B 43 1B 15 32 31
Octal 272 152 76 0 53 103 33 25 62 61
Binary 10111010 1101010 111110 0 101011 1000011 11011 10101 110010 110001

Color Harmonies of #BA6A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A3E

Black with #BA6A3E

Text Example


Text Example

White with #BA6A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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