Html Css Color HEX #BA9459 Barley Corn

📋 copy color: '#BA9459'

red 186 ◦ green 148 ◦ blue 89

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

Shades of Barley Corn #BA9459

Tints of Barley Corn #BA9459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

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

R = 43.97%
G = 34.99%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA9459 (or 0xBA9459) is known color: Barley Corn. HEX triplet: BA, 94 and 59. RGB value is (186,148,89). Sum of RGB (Red+Green+Blue) = 186+148+89=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9459 is #456BA6. Grayscale: #989898. Windows color (decimal): -4549543 or 5870778. OLE color: 5870778.

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

Color convert

RGB 186 148 89 -
CMYK 0 0.20 0.52 0.27
HSL 36.49º 0.41% 0.54% -
HSV(B) 36.49º 0.52% 0.73% -
XYZ 32.64 32.34 13.97 -
YUV 152.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 186 148 89 0 0.20 0.52 0.27 36.49 0.41 0.54
Hex BA 94 59 0 14 34 1B 24 29 36
Octal 272 224 131 0 24 64 33 44 51 66
Binary 10111010 10010100 1011001 0 10100 110100 11011 100100 101001 110110

Color Harmonies of #BA9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9459

Black with #BA9459

Text Example


Text Example

White with #BA9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9459; }

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

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

background-color css

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

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

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

border-color css

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

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

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