Html Css Color HEX #BA6F42 Bourbon

📋 copy color: '#BA6F42'

red 186 ◦ green 111 ◦ blue 66

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

Shades of Bourbon #BA6F42

Tints of Bourbon #BA6F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 51.24%
G = 30.58%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA6F42 (or 0xBA6F42) is known color: Bourbon. HEX triplet: BA, 6F and 42. RGB value is (186,111,66). Sum of RGB (Red+Green+Blue) = 186+111+66=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F42 is #4590BD. Grayscale: #808080. Windows color (decimal): -4559038 or 4353978. OLE color: 4353978.

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

Color convert

RGB 186 111 66 -
CMYK 0 0.40 0.65 0.27
HSL 22.5º 0.48% 0.49% -
HSV(B) 22.5º 0.65% 0.73% -
XYZ 26.92 22.2 8.02 -
YUV 128.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 186 111 66 0 0.40 0.65 0.27 22.5 0.48 0.49
Hex BA 6F 42 0 28 41 1B 16 30 31
Octal 272 157 102 0 50 101 33 26 60 61
Binary 10111010 1101111 1000010 0 101000 1000001 11011 10110 110000 110001

Color Harmonies of #BA6F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F42

Black with #BA6F42

Text Example


Text Example

White with #BA6F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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