Html Css Color HEX #BA985F Barley Corn

📋 copy color: '#BA985F'

red 186 ◦ green 152 ◦ blue 95

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

Shades of Barley Corn #BA985F

Tints of Barley Corn #BA985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.1%

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

R = 42.96%
G = 35.1%
B = 21.94%

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

#BA985F (or 0xBA985F) is known color: Barley Corn. HEX triplet: BA, 98 and 5F. RGB value is (186,152,95). Sum of RGB (Red+Green+Blue) = 186+152+95=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA985F is #4567A0. Grayscale: #9B9B9B. Windows color (decimal): -4548513 or 6265018. OLE color: 6265018.

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

Color convert

RGB 186 152 95 -
CMYK 0 0.18 0.49 0.27
HSL 37.58º 0.4% 0.55% -
HSV(B) 37.58º 0.49% 0.73% -
XYZ 33.54 33.72 15.57 -
YUV 155.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 186 152 95 0 0.18 0.49 0.27 37.58 0.4 0.55
Hex BA 98 5F 0 12 31 1B 26 28 37
Octal 272 230 137 0 22 61 33 46 50 67
Binary 10111010 10011000 1011111 0 10010 110001 11011 100110 101000 110111

Color Harmonies of #BA985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA985F

Black with #BA985F

Text Example


Text Example

White with #BA985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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