Html Css Color HEX #BA6D3F Bourbon

📋 copy color: '#BA6D3F'

red 186 ◦ green 109 ◦ blue 63

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

Shades of Bourbon #BA6D3F

Tints of Bourbon #BA6D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.6%

R = 51.96%
G = 30.45%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA6D3F (or 0xBA6D3F) is known color: Bourbon. HEX triplet: BA, 6D and 3F. RGB value is (186,109,63). Sum of RGB (Red+Green+Blue) = 186+109+63=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D3F is #4592C0. Grayscale: #7F7F7F. Windows color (decimal): -4559553 or 4156858. OLE color: 4156858.

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

Color convert

RGB 186 109 63 -
CMYK 0 0.41 0.66 0.27
HSL 22.44º 0.49% 0.49% -
HSV(B) 22.44º 0.66% 0.73% -
XYZ 26.62 21.74 7.5 -
YUV 126.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 186 109 63 0 0.41 0.66 0.27 22.44 0.49 0.49
Hex BA 6D 3F 0 29 42 1B 16 31 31
Octal 272 155 77 0 51 102 33 26 61 61
Binary 10111010 1101101 111111 0 101001 1000010 11011 10110 110001 110001

Color Harmonies of #BA6D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D3F

Black with #BA6D3F

Text Example


Text Example

White with #BA6D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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