Html Css Color HEX #BA6D3C Bourbon

📋 copy color: '#BA6D3C'

red 186 ◦ green 109 ◦ blue 60

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

Shades of Bourbon #BA6D3C

Tints of Bourbon #BA6D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.7%

 BLUE value IS 60 (23.83% from 255) = 16.9%

R = 52.39%
G = 30.7%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA6D3C (or 0xBA6D3C) is known color: Bourbon. HEX triplet: BA, 6D and 3C. RGB value is (186,109,60). Sum of RGB (Red+Green+Blue) = 186+109+60=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D3C is #4592C3. Grayscale: #7E7E7E. Windows color (decimal): -4559556 or 3960250. OLE color: 3960250.

HSL color Cylindrical-coordinate representation of color #BA6D3C: hue angle of 23.33º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA6D3C is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 109 60 -
CMYK 0 0.41 0.68 0.27
HSL 23.33º 0.51% 0.48% -
HSV(B) 23.33º 0.68% 0.73% -
XYZ 26.53 21.7 7.07 -
YUV 126.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 186 109 60 0 0.41 0.68 0.27 23.33 0.51 0.48
Hex BA 6D 3C 0 29 44 1B 17 33 30
Octal 272 155 74 0 51 104 33 27 63 60
Binary 10111010 1101101 111100 0 101001 1000100 11011 10111 110011 110000

Color Harmonies of #BA6D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D3C

Black with #BA6D3C

Text Example


Text Example

White with #BA6D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D3C; }

 p { color: rgb(186,109,60); }

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

background-color css

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

 a { background-color: rgb(186,109,60); }

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

border-color css

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

 span { border-color: rgb(186,109,60); }

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