Html Css Color HEX #BA9F5F Barley Corn

📋 copy color: '#BA9F5F'

red 186 ◦ green 159 ◦ blue 95

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

Shades of Barley Corn #BA9F5F

Tints of Barley Corn #BA9F5F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.14%

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

R = 42.27%
G = 36.14%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA9F5F (or 0xBA9F5F) is known color: Barley Corn. HEX triplet: BA, 9F and 5F. RGB value is (186,159,95). Sum of RGB (Red+Green+Blue) = 186+159+95=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F5F is #4560A0. Grayscale: #A0A0A0. Windows color (decimal): -4546721 or 6266810. OLE color: 6266810.

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

Color convert

RGB 186 159 95 -
CMYK 0 0.15 0.49 0.27
HSL 42.2º 0.4% 0.55% -
HSV(B) 42.2º 0.49% 0.73% -
XYZ 34.71 36.06 15.96 -
YUV 159.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 186 159 95 0 0.15 0.49 0.27 42.2 0.4 0.55
Hex BA 9F 5F 0 F 31 1B 2A 28 37
Octal 272 237 137 0 17 61 33 52 50 67
Binary 10111010 10011111 1011111 0 1111 110001 11011 101010 101000 110111

Color Harmonies of #BA9F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F5F

Black with #BA9F5F

Text Example


Text Example

White with #BA9F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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