Html Css Color HEX #BA975A Barley Corn

📋 copy color: '#BA975A'

red 186 ◦ green 151 ◦ blue 90

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

Shades of Barley Corn #BA975A

Tints of Barley Corn #BA975A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 43.56%
G = 35.36%
B = 21.08%

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

#BA975A (or 0xBA975A) is known color: Barley Corn. HEX triplet: BA, 97 and 5A. RGB value is (186,151,90). Sum of RGB (Red+Green+Blue) = 186+151+90=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA975A is #4568A5. Grayscale: #9A9A9A. Windows color (decimal): -4548774 or 5937082. OLE color: 5937082.

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

Color convert

RGB 186 151 90 -
CMYK 0 0.19 0.52 0.27
HSL 38.13º 0.41% 0.54% -
HSV(B) 38.13º 0.52% 0.73% -
XYZ 33.16 33.31 14.35 -
YUV 154.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 186 151 90 0 0.19 0.52 0.27 38.13 0.41 0.54
Hex BA 97 5A 0 13 34 1B 26 29 36
Octal 272 227 132 0 23 64 33 46 51 66
Binary 10111010 10010111 1011010 0 10011 110100 11011 100110 101001 110110

Color Harmonies of #BA975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA975A

Black with #BA975A

Text Example


Text Example

White with #BA975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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