Html Css Color HEX #BA6B3E Bourbon

📋 copy color: '#BA6B3E'

red 186 ◦ green 107 ◦ blue 62

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

Shades of Bourbon #BA6B3E

Tints of Bourbon #BA6B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

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

R = 52.39%
G = 30.14%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA6B3E (or 0xBA6B3E) is known color: Bourbon. HEX triplet: BA, 6B and 3E. RGB value is (186,107,62). Sum of RGB (Red+Green+Blue) = 186+107+62=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B3E is #4594C1. Grayscale: #7D7D7D. Windows color (decimal): -4560066 or 4090810. OLE color: 4090810.

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

Color convert

RGB 186 107 62 -
CMYK 0 0.42 0.67 0.27
HSL 21.77º 0.5% 0.49% -
HSV(B) 21.77º 0.67% 0.73% -
XYZ 26.38 21.3 7.28 -
YUV 125.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 186 107 62 0 0.42 0.67 0.27 21.77 0.5 0.49
Hex BA 6B 3E 0 2A 43 1B 16 32 31
Octal 272 153 76 0 52 103 33 26 62 61
Binary 10111010 1101011 111110 0 101010 1000011 11011 10110 110010 110001

Color Harmonies of #BA6B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B3E

Black with #BA6B3E

Text Example


Text Example

White with #BA6B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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