Html Css Color HEX #BA8E65 Barley Corn

📋 copy color: '#BA8E65'

red 186 ◦ green 142 ◦ blue 101

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

Shades of Barley Corn #BA8E65

Tints of Barley Corn #BA8E65

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.1%

 BLUE value IS 101 (39.84% from 255) = 23.54%

R = 43.36%
G = 33.1%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA8E65 (or 0xBA8E65) is known color: Barley Corn. HEX triplet: BA, 8E and 65. RGB value is (186,142,101). Sum of RGB (Red+Green+Blue) = 186+142+101=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E65 is #45719A. Grayscale: #969696. Windows color (decimal): -4551067 or 6655674. OLE color: 6655674.

HSL color Cylindrical-coordinate representation of color #BA8E65: hue angle of 28.94º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA8E65 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 142 101 -
CMYK 0 0.24 0.46 0.27
HSL 28.94º 0.38% 0.56% -
HSV(B) 28.94º 0.46% 0.73% -
XYZ 32.27 30.72 16.54 -
YUV 150.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 186 142 101 0 0.24 0.46 0.27 28.94 0.38 0.56
Hex BA 8E 65 0 18 2E 1B 1D 26 38
Octal 272 216 145 0 30 56 33 35 46 70
Binary 10111010 10001110 1100101 0 11000 101110 11011 11101 100110 111000

Color Harmonies of #BA8E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E65

Black with #BA8E65

Text Example


Text Example

White with #BA8E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E65; }

 p { color: rgb(186,142,101); }

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

background-color css

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

 a { background-color: rgb(186,142,101); }

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

border-color css

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

 span { border-color: rgb(186,142,101); }

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