Html Css Color HEX #BA915F Barley Corn

📋 copy color: '#BA915F'

red 186 ◦ green 145 ◦ blue 95

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

Shades of Barley Corn #BA915F

Tints of Barley Corn #BA915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.04%

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

R = 43.66%
G = 34.04%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA915F (or 0xBA915F) is known color: Barley Corn. HEX triplet: BA, 91 and 5F. RGB value is (186,145,95). Sum of RGB (Red+Green+Blue) = 186+145+95=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA915F is #456EA0. Grayscale: #979797. Windows color (decimal): -4550305 or 6263226. OLE color: 6263226.

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

Color convert

RGB 186 145 95 -
CMYK 0 0.22 0.49 0.27
HSL 32.97º 0.4% 0.55% -
HSV(B) 32.97º 0.49% 0.73% -
XYZ 32.44 31.52 15.2 -
YUV 151.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 186 145 95 0 0.22 0.49 0.27 32.97 0.4 0.55
Hex BA 91 5F 0 16 31 1B 21 28 37
Octal 272 221 137 0 26 61 33 41 50 67
Binary 10111010 10010001 1011111 0 10110 110001 11011 100001 101000 110111

Color Harmonies of #BA915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA915F

Black with #BA915F

Text Example


Text Example

White with #BA915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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