Html Css Color HEX #BA6B3D Bourbon

📋 copy color: '#BA6B3D'

red 186 ◦ green 107 ◦ blue 61

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

Shades of Bourbon #BA6B3D

Tints of Bourbon #BA6B3D

RGB

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

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

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

R = 52.54%
G = 30.23%
B = 17.23%

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

#BA6B3D (or 0xBA6B3D) is known color: Bourbon. HEX triplet: BA, 6B and 3D. RGB value is (186,107,61). Sum of RGB (Red+Green+Blue) = 186+107+61=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B3D is #4594C2. Grayscale: #7D7D7D. Windows color (decimal): -4560067 or 4025274. OLE color: 4025274.

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

Color convert

RGB 186 107 61 -
CMYK 0 0.42 0.67 0.27
HSL 22.08º 0.51% 0.48% -
HSV(B) 22.08º 0.67% 0.73% -
XYZ 26.35 21.29 7.14 -
YUV 125.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 186 107 61 0 0.42 0.67 0.27 22.08 0.51 0.48
Hex BA 6B 3D 0 2A 43 1B 16 33 30
Octal 272 153 75 0 52 103 33 26 63 60
Binary 10111010 1101011 111101 0 101010 1000011 11011 10110 110011 110000

Color Harmonies of #BA6B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B3D

Black with #BA6B3D

Text Example


Text Example

White with #BA6B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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