Html Css Color HEX #BA6F3F Bourbon

📋 copy color: '#BA6F3F'

red 186 ◦ green 111 ◦ blue 63

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

Shades of Bourbon #BA6F3F

Tints of Bourbon #BA6F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

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

R = 51.67%
G = 30.83%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA6F3F (or 0xBA6F3F) is known color: Bourbon. HEX triplet: BA, 6F and 3F. RGB value is (186,111,63). Sum of RGB (Red+Green+Blue) = 186+111+63=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F3F is #4590C0. Grayscale: #808080. Windows color (decimal): -4559041 or 4157370. OLE color: 4157370.

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

Color convert

RGB 186 111 63 -
CMYK 0 0.40 0.66 0.27
HSL 23.41º 0.49% 0.49% -
HSV(B) 23.41º 0.66% 0.73% -
XYZ 26.83 22.17 7.57 -
YUV 127.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 186 111 63 0 0.40 0.66 0.27 23.41 0.49 0.49
Hex BA 6F 3F 0 28 42 1B 17 31 31
Octal 272 157 77 0 50 102 33 27 61 61
Binary 10111010 1101111 111111 0 101000 1000010 11011 10111 110001 110001

Color Harmonies of #BA6F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F3F

Black with #BA6F3F

Text Example


Text Example

White with #BA6F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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