Html Css Color HEX #BA6C3D Bourbon

📋 copy color: '#BA6C3D'

red 186 ◦ green 108 ◦ blue 61

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

Shades of Bourbon #BA6C3D

Tints of Bourbon #BA6C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.18%

R = 52.39%
G = 30.42%
B = 17.18%

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

#BA6C3D (or 0xBA6C3D) is known color: Bourbon. HEX triplet: BA, 6C and 3D. RGB value is (186,108,61). Sum of RGB (Red+Green+Blue) = 186+108+61=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C3D is #4593C2. Grayscale: #7E7E7E. Windows color (decimal): -4559811 or 4025530. OLE color: 4025530.

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

Color convert

RGB 186 108 61 -
CMYK 0 0.42 0.67 0.27
HSL 22.56º 0.51% 0.48% -
HSV(B) 22.56º 0.67% 0.73% -
XYZ 26.45 21.5 7.17 -
YUV 125.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 186 108 61 0 0.42 0.67 0.27 22.56 0.51 0.48
Hex BA 6C 3D 0 2A 43 1B 17 33 30
Octal 272 154 75 0 52 103 33 27 63 60
Binary 10111010 1101100 111101 0 101010 1000011 11011 10111 110011 110000

Color Harmonies of #BA6C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C3D

Black with #BA6C3D

Text Example


Text Example

White with #BA6C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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