Html Css Color HEX #BA8D5F Barley Corn

📋 copy color: '#BA8D5F'

red 186 ◦ green 141 ◦ blue 95

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

Shades of Barley Corn #BA8D5F

Tints of Barley Corn #BA8D5F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.41%

 BLUE value IS 95 (37.5% from 255) = 22.51%

R = 44.08%
G = 33.41%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA8D5F (or 0xBA8D5F) is known color: Barley Corn. HEX triplet: BA, 8D and 5F. RGB value is (186,141,95). Sum of RGB (Red+Green+Blue) = 186+141+95=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D5F is #4572A0. Grayscale: #959595. Windows color (decimal): -4551329 or 6262202. OLE color: 6262202.

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

Color convert

RGB 186 141 95 -
CMYK 0 0.24 0.49 0.27
HSL 30.33º 0.4% 0.55% -
HSV(B) 30.33º 0.49% 0.73% -
XYZ 31.84 30.32 15 -
YUV 149.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 186 141 95 0 0.24 0.49 0.27 30.33 0.4 0.55
Hex BA 8D 5F 0 18 31 1B 1E 28 37
Octal 272 215 137 0 30 61 33 36 50 67
Binary 10111010 10001101 1011111 0 11000 110001 11011 11110 101000 110111

Color Harmonies of #BA8D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D5F

Black with #BA8D5F

Text Example


Text Example

White with #BA8D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D5F; }

 p { color: rgb(186,141,95); }

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

background-color css

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

 a { background-color: rgb(186,141,95); }

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

border-color css

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

 span { border-color: rgb(186,141,95); }

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