Html Css Color HEX #BA9759 Barley Corn

📋 copy color: '#BA9759'

red 186 ◦ green 151 ◦ blue 89

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

Shades of Barley Corn #BA9759

Tints of Barley Corn #BA9759

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.45%

 BLUE value IS 89 (35.16% from 255) = 20.89%

R = 43.66%
G = 35.45%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA9759 (or 0xBA9759) is known color: Barley Corn. HEX triplet: BA, 97 and 59. RGB value is (186,151,89). Sum of RGB (Red+Green+Blue) = 186+151+89=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9759 is #4568A6. Grayscale: #9A9A9A. Windows color (decimal): -4548775 or 5871546. OLE color: 5871546.

HSL color Cylindrical-coordinate representation of color #BA9759: hue angle of 38.35º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA9759 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 89 -
CMYK 0 0.19 0.52 0.27
HSL 38.35º 0.41% 0.54% -
HSV(B) 38.35º 0.52% 0.73% -
XYZ 33.12 33.29 14.13 -
YUV 154.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 186 151 89 0 0.19 0.52 0.27 38.35 0.41 0.54
Hex BA 97 59 0 13 34 1B 26 29 36
Octal 272 227 131 0 23 64 33 46 51 66
Binary 10111010 10010111 1011001 0 10011 110100 11011 100110 101001 110110

Color Harmonies of #BA9759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9759

Black with #BA9759

Text Example


Text Example

White with #BA9759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9759; }

 p { color: rgb(186,151,89); }

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

background-color css

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

 a { background-color: rgb(186,151,89); }

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

border-color css

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

 span { border-color: rgb(186,151,89); }

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