Html Css Color HEX #BA6E42 Bourbon

📋 copy color: '#BA6E42'

red 186 ◦ green 110 ◦ blue 66

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

Shades of Bourbon #BA6E42

Tints of Bourbon #BA6E42

RGB

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

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

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

R = 51.38%
G = 30.39%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA6E42 (or 0xBA6E42) is known color: Bourbon. HEX triplet: BA, 6E and 42. RGB value is (186,110,66). Sum of RGB (Red+Green+Blue) = 186+110+66=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E42 is #4591BD. Grayscale: #7F7F7F. Windows color (decimal): -4559294 or 4353722. OLE color: 4353722.

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

Color convert

RGB 186 110 66 -
CMYK 0 0.41 0.65 0.27
HSL 22º 0.48% 0.49% -
HSV(B) 22º 0.65% 0.73% -
XYZ 26.81 21.98 7.98 -
YUV 127.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 186 110 66 0 0.41 0.65 0.27 22 0.48 0.49
Hex BA 6E 42 0 29 41 1B 16 30 31
Octal 272 156 102 0 51 101 33 26 60 61
Binary 10111010 1101110 1000010 0 101001 1000001 11011 10110 110000 110001

Color Harmonies of #BA6E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E42

Black with #BA6E42

Text Example


Text Example

White with #BA6E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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