Html Css Color HEX #BA935F Barley Corn

📋 copy color: '#BA935F'

red 186 ◦ green 147 ◦ blue 95

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

Shades of Barley Corn #BA935F

Tints of Barley Corn #BA935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.35%

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

R = 43.46%
G = 34.35%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA935F (or 0xBA935F) is known color: Barley Corn. HEX triplet: BA, 93 and 5F. RGB value is (186,147,95). Sum of RGB (Red+Green+Blue) = 186+147+95=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA935F is #456CA0. Grayscale: #989898. Windows color (decimal): -4549793 or 6263738. OLE color: 6263738.

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

Color convert

RGB 186 147 95 -
CMYK 0 0.21 0.49 0.27
HSL 34.29º 0.4% 0.55% -
HSV(B) 34.29º 0.49% 0.73% -
XYZ 32.75 32.13 15.3 -
YUV 152.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 186 147 95 0 0.21 0.49 0.27 34.29 0.4 0.55
Hex BA 93 5F 0 15 31 1B 22 28 37
Octal 272 223 137 0 25 61 33 42 50 67
Binary 10111010 10010011 1011111 0 10101 110001 11011 100010 101000 110111

Color Harmonies of #BA935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA935F

Black with #BA935F

Text Example


Text Example

White with #BA935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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