Html Css Color HEX #BA6E3F Bourbon

📋 copy color: '#BA6E3F'

red 186 ◦ green 110 ◦ blue 63

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

Shades of Bourbon #BA6E3F

Tints of Bourbon #BA6E3F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.64%

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

R = 51.81%
G = 30.64%
B = 17.55%

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

#BA6E3F (or 0xBA6E3F) is known color: Bourbon. HEX triplet: BA, 6E and 3F. RGB value is (186,110,63). Sum of RGB (Red+Green+Blue) = 186+110+63=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E3F is #4591C0. Grayscale: #7F7F7F. Windows color (decimal): -4559297 or 4157114. OLE color: 4157114.

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

Color convert

RGB 186 110 63 -
CMYK 0 0.41 0.66 0.27
HSL 22.93º 0.49% 0.49% -
HSV(B) 22.93º 0.66% 0.73% -
XYZ 26.72 21.95 7.53 -
YUV 127.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 186 110 63 0 0.41 0.66 0.27 22.93 0.49 0.49
Hex BA 6E 3F 0 29 42 1B 17 31 31
Octal 272 156 77 0 51 102 33 27 61 61
Binary 10111010 1101110 111111 0 101001 1000010 11011 10111 110001 110001

Color Harmonies of #BA6E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E3F

Black with #BA6E3F

Text Example


Text Example

White with #BA6E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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