Html Css Color HEX #BA995F Barley Corn

📋 copy color: '#BA995F'

red 186 ◦ green 153 ◦ blue 95

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

Shades of Barley Corn #BA995F

Tints of Barley Corn #BA995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

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

R = 42.86%
G = 35.25%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA995F (or 0xBA995F) is known color: Barley Corn. HEX triplet: BA, 99 and 5F. RGB value is (186,153,95). Sum of RGB (Red+Green+Blue) = 186+153+95=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA995F is #4566A0. Grayscale: #9C9C9C. Windows color (decimal): -4548257 or 6265274. OLE color: 6265274.

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

Color convert

RGB 186 153 95 -
CMYK 0 0.18 0.49 0.27
HSL 38.24º 0.4% 0.55% -
HSV(B) 38.24º 0.49% 0.73% -
XYZ 33.71 34.05 15.62 -
YUV 156.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 186 153 95 0 0.18 0.49 0.27 38.24 0.4 0.55
Hex BA 99 5F 0 12 31 1B 26 28 37
Octal 272 231 137 0 22 61 33 46 50 67
Binary 10111010 10011001 1011111 0 10010 110001 11011 100110 101000 110111

Color Harmonies of #BA995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA995F

Black with #BA995F

Text Example


Text Example

White with #BA995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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