Html Css Color HEX #BA6A3D Bourbon

📋 copy color: '#BA6A3D'

red 186 ◦ green 106 ◦ blue 61

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

Shades of Bourbon #BA6A3D

Tints of Bourbon #BA6A3D

RGB

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

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

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

R = 52.69%
G = 30.03%
B = 17.28%

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

#BA6A3D (or 0xBA6A3D) is known color: Bourbon. HEX triplet: BA, 6A and 3D. RGB value is (186,106,61). Sum of RGB (Red+Green+Blue) = 186+106+61=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A3D is #4595C2. Grayscale: #7D7D7D. Windows color (decimal): -4560323 or 4025018. OLE color: 4025018.

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

Color convert

RGB 186 106 61 -
CMYK 0 0.43 0.67 0.27
HSL 21.6º 0.51% 0.48% -
HSV(B) 21.6º 0.67% 0.73% -
XYZ 26.25 21.08 7.1 -
YUV 124.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 186 106 61 0 0.43 0.67 0.27 21.6 0.51 0.48
Hex BA 6A 3D 0 2B 43 1B 16 33 30
Octal 272 152 75 0 53 103 33 26 63 60
Binary 10111010 1101010 111101 0 101011 1000011 11011 10110 110011 110000

Color Harmonies of #BA6A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A3D

Black with #BA6A3D

Text Example


Text Example

White with #BA6A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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