Html Css Color HEX #BA9A57 Barley Corn

📋 copy color: '#BA9A57'

red 186 ◦ green 154 ◦ blue 87

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

Shades of Barley Corn #BA9A57

Tints of Barley Corn #BA9A57

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

 BLUE value IS 87 (34.38% from 255) = 20.37%

R = 43.56%
G = 36.07%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA9A57 (or 0xBA9A57) is known color: Barley Corn. HEX triplet: BA, 9A and 57. RGB value is (186,154,87). Sum of RGB (Red+Green+Blue) = 186+154+87=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A57 is #4565A8. Grayscale: #9C9C9C. Windows color (decimal): -4548009 or 5741242. OLE color: 5741242.

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

Color convert

RGB 186 154 87 -
CMYK 0 0.17 0.53 0.27
HSL 40.61º 0.42% 0.54% -
HSV(B) 40.61º 0.53% 0.73% -
XYZ 33.53 34.24 13.86 -
YUV 155.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 186 154 87 0 0.17 0.53 0.27 40.61 0.42 0.54
Hex BA 9A 57 0 11 35 1B 29 2A 36
Octal 272 232 127 0 21 65 33 51 52 66
Binary 10111010 10011010 1010111 0 10001 110101 11011 101001 101010 110110

Color Harmonies of #BA9A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A57

Black with #BA9A57

Text Example


Text Example

White with #BA9A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A57; }

 p { color: rgb(186,154,87); }

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

background-color css

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

 a { background-color: rgb(186,154,87); }

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

border-color css

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

 span { border-color: rgb(186,154,87); }

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