Html Css Color HEX #BA6C3C Bourbon

📋 copy color: '#BA6C3C'

red 186 ◦ green 108 ◦ blue 60

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

Shades of Bourbon #BA6C3C

Tints of Bourbon #BA6C3C

RGB

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

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

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

R = 52.54%
G = 30.51%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA6C3C (or 0xBA6C3C) is known color: Bourbon. HEX triplet: BA, 6C and 3C. RGB value is (186,108,60). Sum of RGB (Red+Green+Blue) = 186+108+60=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C3C is #4593C3. Grayscale: #7E7E7E. Windows color (decimal): -4559812 or 3959994. OLE color: 3959994.

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

Color convert

RGB 186 108 60 -
CMYK 0 0.42 0.68 0.27
HSL 22.86º 0.51% 0.48% -
HSV(B) 22.86º 0.68% 0.73% -
XYZ 26.43 21.49 7.03 -
YUV 125.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 186 108 60 0 0.42 0.68 0.27 22.86 0.51 0.48
Hex BA 6C 3C 0 2A 44 1B 17 33 30
Octal 272 154 74 0 52 104 33 27 63 60
Binary 10111010 1101100 111100 0 101010 1000100 11011 10111 110011 110000

Color Harmonies of #BA6C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C3C

Black with #BA6C3C

Text Example


Text Example

White with #BA6C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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